X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlCharacter.h;h=454ff33680e06a1d39e7cb6e470863eea6548de7;hb=120c89f24fae05379fbdc8539d3cfae574c2aecd;hp=b8d3938849f7ac7213a2ad09e32c1cc93f52ec41;hpb=482c04ecca95e00aaa649dc74f33ca33ad864e89;p=lyx.git diff --git a/src/frontends/controllers/ControlCharacter.h b/src/frontends/controllers/ControlCharacter.h index b8d3938849..454ff33680 100644 --- a/src/frontends/controllers/ControlCharacter.h +++ b/src/frontends/controllers/ControlCharacter.h @@ -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();