]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Update it.po
[lyx.git] / src / Paragraph.h
index 9d7e5f1d4c86063c990994a60f3c2c87302bdbd1..978d96eedf1dc1679fd0f8859948a10874cc6f38 100644 (file)
@@ -179,6 +179,10 @@ public:
        void setLayout(Layout const & layout);
        ///
        void setPlainOrDefaultLayout(DocumentClass const & tc);
+       ///
+       void setDefaultLayout(DocumentClass const & tc);
+       ///
+       void setPlainLayout(DocumentClass const & tc);
 
        /// This is the item depth, only used by enumerate and itemize
        signed char itemdepth;