]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / Paragraph.h
index ec1c8c8b9a564c753b6a738ac2beb85a7cb9c019..790c3f2aa4d4f502e56433ab2462d8ef6f7efdbf 100644 (file)
@@ -68,7 +68,7 @@ public:
        {
                return first < s.first;
        }
-       
+
        inline bool operator==(FontSpan const & s) const
        {
                return first == s.first && last == s.last;
@@ -83,7 +83,7 @@ public:
        {
                return empty() ? 0 : last - first;
        }
-       
+
 
        inline FontSpan intersect(FontSpan const & f) const
        {
@@ -100,7 +100,7 @@ public:
                        result.last = last;
                return result;
        }
-       
+
        inline bool empty() const
        {
                return first > last;
@@ -397,7 +397,7 @@ public:
        ///
        InsetList const & insetList() const;
        ///
-       void setBuffer(Buffer &);
+       void setInsetBuffers(Buffer &);
        ///
        void resetBuffer();
 
@@ -468,7 +468,7 @@ public:
                bool mw, ///<
                pos_type pos, ///< start from here.
                bool del = true) const;
-       
+
        void locateWord(pos_type & from, pos_type & to,
                word_location const loc) const;
        ///