]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlDocument.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlDocument.h
index 2f2ba87b05813e80aa91b95849b2744e18f1674c..149f5790150272e5b5317013086080c037157f26 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef CONTROLDOCUMENT_H
 #define CONTROLDOCUMENT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <boost/scoped_ptr.hpp>
 #include "ControlDialog_impl.h"
@@ -43,7 +40,9 @@ public:
        ///
        void saveAsDefault();
        ///
-       bool classApply();
+       void classApply();
+       ///
+       bool loadTextclass(lyx::textclass_type tc) const;
 private:
        /// apply settings
        void apply();