]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
* remove various xforms relicts, in particular:
[lyx.git] / src / lyxtextclass.h
index 1204e5215c0b619b7a7de313d3e4f4a15b6f2095..57345d8353b352615bb15b29688f45cf2faa956c 100644 (file)
@@ -62,7 +62,7 @@ public:
        const_iterator end() const { return layoutlist_.end(); }
 
        /// Performs the read of the layout file.
-       bool Read(std::string const & filename, bool merge = false);
+       bool read(std::string const & filename, bool merge = false);
        ///
        void readOutputType(LyXLex &);
        ///
@@ -84,7 +84,7 @@ public:
        LyXLayout_ptr const & operator[](std::string const & vname) const;
 
        /// Sees to that the textclass structure has been loaded
-       bool load() const;
+       bool load(std::string const & path=std::string()) const;
        /// Has this layout file been loaded yet?
        bool loaded() const { return loaded_; }