]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Simplify DocIterator
[lyx.git] / src / Floating.h
index 0a2eb50bc9918ed5adb1dc9c6217fec623a1f779..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_; }
@@ -85,7 +85,7 @@ public:
        ///
        std::string docbookTag(bool hasTitle = false) const;
        ///
-       std::string const & docbookAttr() const;
+       std::string docbookAttr() const;
        ///
        std::string const & docbookTagType() const;
        ///