]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Replace the hardcoded TEXT_TO_INSET_OFFSET by tunable values
[lyx.git] / src / Buffer.h
index 977d893c33ed7526025abd542dd82b7c076dc881..04e9d6051878298042139f67ddbcca30079b59a2 100644 (file)
@@ -624,7 +624,7 @@ public:
        mutable UserMacroSet usermacros;
 
        /// Replace the inset contents for insets which InsetCode is equal
-       /// to the passed \p inset_code.
+       /// to the passed \p inset_code. Handles undo.
        void changeRefsIfUnique(docstring const & from, docstring const & to);
 
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs
@@ -775,7 +775,7 @@ public:
        int charCount(bool with_blanks) const;
 
        /// FIXME: dummy function for now
-       bool areChangesPresent() const { return true; }
+       bool areChangesPresent() const;
 
        ///
        void registerBibfiles(docstring_list const & bf) const;