]> 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 fc36386bb63f2598d2a033b698c759e6e885cc2b..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"
@@ -34,8 +31,6 @@ public:
        ControlDocument(LyXView &, Dialogs &);
        ///
        ~ControlDocument();
-       /// show latex preamble
-       void showPreamble();
        ///
        void setLanguage();
        ///
@@ -45,7 +40,9 @@ public:
        ///
        void saveAsDefault();
        ///
-       bool classApply();
+       void classApply();
+       ///
+       bool loadTextclass(lyx::textclass_type tc) const;
 private:
        /// apply settings
        void apply();