]> 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 b8d3938849f7ac7213a2ad09e32c1cc93f52ec41..454ff33680e06a1d39e7cb6e470863eea6548de7 100644 (file)
@@ -1,18 +1,17 @@
 // -*- C++ -*-
 /**
  * \file ControlCharacter.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@.ac.uk
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef CONTROLCHARACTER_H
 #define CONTROLCHARACTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "character.h"
@@ -21,8 +20,7 @@
 
 /** A controller for Character dialogs.
  */
-class ControlCharacter : public ControlDialogBD
-{
+class ControlCharacter : public ControlDialogBD {
 public:
        ///
        ControlCharacter(LyXView &, Dialogs &);
@@ -61,9 +59,9 @@ public:
        ///
        bool getToggleAll() const;
 
-private:
        /// Get changed parameters and Dispatch them to the kernel.
        virtual void apply();
+private:
        /// set the params before show or update.
        virtual void setParams();