]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Fix bug #2213 (part 1): GuiChanges lacks "Previous Change" button.
[lyx.git] / src / TextClass.h
index e88b01aba89a33b55f872c25d9ca393e10846100..60cc25a83020f475ef352bf69389fef05465cbd6 100644 (file)
@@ -298,6 +298,8 @@ private:
        bool deleteLayout(docstring const &);
        ///
        bool convertLayoutFormat(support::FileName const &, ReadType);
+       /// Reads the layout file without running layout2layout.
+       ReturnValues readWithoutConv(support::FileName const & filename, ReadType rt);
        /// \return true for success.
        bool readStyle(Lexer &, Layout &) const;
        ///