]> git.lyx.org Git - features.git/blobdiff - src/ParagraphParameters.h
small stuff
[features.git] / src / ParagraphParameters.h
index 86a89cccf0ba7c59a3471885e619934216eef0c4..965a0cf802572985422908e911bc76de390fc793 100644 (file)
@@ -3,6 +3,10 @@
 #ifndef PARAGRAPHPARAMETERS_H
 #define PARAGRAPHPARAMETERS_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "ShareContainer.h"
 #include "LString.h"
 #include "layout.h"
@@ -25,8 +29,6 @@ public:
        ///
        bool sameLayout(ParagraphParameters const &) const;
        ///
-       void makeSame(ParagraphParameters const & pp);
-       ///
        VSpace const & spaceTop() const;
        ///
        void spaceTop(VSpace const &);