]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
ParagraphUi.ui: layout fixes.
[lyx.git] / src / Buffer.h
index 510ea4baf0e26e947ea01395285d5a194b1eb9c6..84dee28eee047b25fbc654a9a0f3248b7dd7397d 100644 (file)
@@ -178,7 +178,7 @@ public:
        /// Write file. Returns \c false if unsuccesful.
        bool writeFile(support::FileName const &) const;
 
-       /// Loads LyX file \c filename into buffer, *  and \return success
+       /// Loads LyX file \c filename into buffer, *  and return success
        bool loadLyXFile(support::FileName const & s);
 
        /// Fill in the ErrorList with the TeXErrors
@@ -548,7 +548,8 @@ private:
        */
        void updateMacros(DocIterator & it,
                                     DocIterator & scope) const;
-
+       ///
+       void setLabel(ParIterator & it) const;
        ///
        void collectRelatives(BufferSet & bufs) const;