X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlSendto.h;h=72d722f2aea24cdb90b6c55aeeef62e3c5d6900a;hb=b7c9ae49318e0167a46e7213c967280205db4cf6;hp=93595bea7147682b25e97631c8aafdb63c9ae8fd;hpb=6fac1dc98003a6a6e02765f078b3d3426d426508;p=lyx.git diff --git a/src/frontends/controllers/ControlSendto.h b/src/frontends/controllers/ControlSendto.h index 93595bea71..72d722f2ae 100644 --- a/src/frontends/controllers/ControlSendto.h +++ b/src/frontends/controllers/ControlSendto.h @@ -1,9 +1,10 @@ // -*- C++ -*- /** * \file ControlSendto.h - * 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 + * \author Angus Leeming * * Full author contact details are available in file CREDITS */ @@ -11,9 +12,6 @@ #ifndef CONTROLSENDTO_H #define CONTROLSENDTO_H -#ifdef __GNUG__ -#pragma interface -#endif #include "ControlDialog_impl.h" #include "LString.h" @@ -39,7 +37,6 @@ public: /// The command to be executed string const getCommand() const { return command_; }; void setCommand(string const &); - private: /// virtual void apply();