]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / TextClass.h
index b3daa4c5b53caa663513886325374b92ba9910c1..9475b621e573786ebbaacaf66679859c1a3dba5e 100644 (file)
@@ -333,6 +333,8 @@ private:
        ///
        bool deleteLayout(docstring const &);
        ///
+       bool deleteInsetLayout(docstring const &);
+       ///
        bool convertLayoutFormat(support::FileName const &, ReadType);
        /// Reads the layout file without running layout2layout.
        ReturnValues readWithoutConv(support::FileName const & filename, ReadType rt);
@@ -383,7 +385,7 @@ public:
        /// \return true if there is a Layout with latexname lay
        bool hasLaTeXLayout(std::string const & lay) const;
        /// A DocumentClass nevers count as loaded, since it is dynamic
-       virtual bool loaded() { return false; }
+       virtual bool loaded() const { return false; }
        /// \return the layout object of an inset given by name. If the name
        /// is not found as such, the part after the ':' is stripped off, and
        /// searched again. In this way, an error fallback can be provided: