]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlCharacter.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlCharacter.h
index e32aa3e590c08840a8d75887981d91bc399ad526..454ff33680e06a1d39e7cb6e470863eea6548de7 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef CONTROLCHARACTER_H
 #define CONTROLCHARACTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "character.h"
@@ -23,8 +20,7 @@
 
 /** A controller for Character dialogs.
  */
-class ControlCharacter : public ControlDialogBD
-{
+class ControlCharacter : public ControlDialogBD {
 public:
        ///
        ControlCharacter(LyXView &, Dialogs &);