X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlPrint.h;h=8d0374a612b67a1c299c77ad93fa4be209750cb9;hb=b7c9ae49318e0167a46e7213c967280205db4cf6;hp=003496f8a503cdcaea6c865eccba441f922b6e01;hpb=6fac1dc98003a6a6e02765f078b3d3426d426508;p=lyx.git diff --git a/src/frontends/controllers/ControlPrint.h b/src/frontends/controllers/ControlPrint.h index 003496f8a5..8d0374a612 100644 --- a/src/frontends/controllers/ControlPrint.h +++ b/src/frontends/controllers/ControlPrint.h @@ -1,7 +1,8 @@ // -*- C++ -*- /** * \file ControlPrint.h - * See the file COPYING. + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author Allan Rae * \author Angus Leeming @@ -12,9 +13,6 @@ #ifndef CONTROLPRINT_H #define CONTROLPRINT_H -#ifdef __GNUG__ -#pragma interface -#endif #include "ControlDialog_impl.h" @@ -33,7 +31,6 @@ public: string const Browse(string const &); /// PrinterParams & params() const; - private: /// Get changed parameters and Dispatch them to the kernel. virtual void apply();