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