]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
DocBook: fix for nomenclature xml:id and glossary paragraphs.
[lyx.git] / src / Floating.h
index a6f2ec3431b0f5dfbd17b7ef458ca41db88f5dd4..4672d9ac753b6f6cad0fef0b15b8ca17fe067628 100644 (file)
@@ -36,10 +36,10 @@ public:
                 std::string const & style, std::string const & name,
                 std::string const & listName, std::string const & listCmd,
                 std::string const & refPrefix, std::string const & allowedplacement,
-                std::string const & htmlType, std::string const & htmlClass,
+                std::string const & htmlTag, std::string const & htmlAttrib,
                 docstring const & htmlStyle,
                 std::string const & docbookAttr, std::string const & docbookTagType,
-                std::string const & required, bool usesfloat, bool isprefined,
+                std::string const & required, bool usesfloat, bool ispredefined,
                 bool allowswide, bool allowssideways);
        ///
        std::string const & floattype() const { return floattype_; }