]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Fix another use of unqualified std::move
[lyx.git] / src / Layout.h
index 99cc4df5475e2dd7bdab1f04a721370cbd09d02d..0588bc17a7355f731a0c8e17bd2fd97b8b95e49b 100644 (file)
@@ -116,11 +116,11 @@ public:
                docstring docbooktag;
                docstring docbooktagtype;
                docstring docbookattr;
-        /// Whether this argument should be output after the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output after the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentbeforemaintag = false;
-        /// Whether this argument should be output before the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output before the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentaftermaintag = false;
        };
        ///
@@ -408,11 +408,6 @@ public:
        /// Depth of XML command
        int commanddepth;
 
-       /// Return a pointer on a new layout suitable to describe a caption.
-       /// FIXME: remove this eventually. This is only for tex2lyx
-       /// until it has proper support for the caption inset (JMarc)
-       static Layout * forCaption();
-
        /// Is this spellchecked?
        bool spellcheck;
        /**