]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Remove unused forward declarations
[lyx.git] / src / frontends / Application.h
index af7663de3719d42c50973cdeccbf6350d9d7049b..5e3b37a7f11fa8529285d5da2940722185f71985 100644 (file)
 
 namespace lyx {
 
-class BufferView;
 class Buffer;
 class DispatchResult;
 class docstring_list;
 class FuncRequest;
 class FuncStatus;
 class Inset;
-class Lexer;
-struct RGBColor;
 
 namespace frontend {
 
-class Clipboard;
-class FontLoader;
-class Selection;
-
 /// The main application class
 /**
 There should be only one instance of this class. No Qt object
-initialisation should be done before the instanciation of this class.
+initialisation should be done before the instantiation of this class.
 
  Model/View/Controller separation at frontend level in qt frontend:
 
@@ -101,7 +94,7 @@ initialisation should be done before the instanciation of this class.
  screen using the Painter. There can be only one Buffer displayed in
  a BufferView and it is set on construction. Ideally, a BufferView
  should not be able to change the contents of its associated Buffer.
- A BufferView is instanciated and destroyed by a \c WorkArea; it is
+ A BufferView is instantiated and destroyed by a \c WorkArea; it is
  automatically destroyed by the parent WorkArea when its Buffer is
  closed.
 
@@ -140,7 +133,7 @@ initialisation should be done before the instanciation of this class.
  widget. A GuiView is in charge of creating and closing a View for a
  given Buffer.
  In the qt specialisation, \c GuiView, the central widget is a tab
- widget. Each tab is reverved to the visualisation of one Buffer and
+ widget. Each tab is reserved to the visualisation of one Buffer and
  contains one WorkArea. In the qt frontend, one GuiView thus contains
  multiple WorkAreas but this number can limited to one for another
  frontend. The idea is that the kernel should not know how a Buffer