]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Do not compute metrics at each preview when loading file
[lyx.git] / src / Floating.h
index 7461e961921f37989d39120357b92869d9843c1f..ab57c4dd94b174d891a10b281c601997fd15235b 100644 (file)
@@ -38,7 +38,7 @@ public:
                 std::string const & refPrefix, std::string const & allowedplacement,
                 std::string const & htmlTag, std::string const & htmlAttrib,
                 docstring const & htmlStyle, std::string const & docbookTag,
-         std::string const & docbookAttr, std::string const & docbookTagType,
+                std::string const & docbookAttr, std::string const & docbookTagType,
                 std::string const & docbookFloatType, std::string const & docbookCaption,
                 std::string const & required, bool usesfloat, bool ispredefined,
                 bool allowswide, bool allowssideways);
@@ -143,7 +143,7 @@ private:
        /// DocBook tag type (block, paragraph, inline)
        mutable std::string docbook_tag_type_;
        /// DocBook float type, to override float_type_ (figure, table, algorithm, video)
-       mutable std::string docbook_float_type_;
+       std::string docbook_float_type_;
 };