]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / paragraph.h
index a12c269dfa7c7bc152ab4b004ead9e4e9f5770fe..953b3f96ea124b83be6da3773283057bbe525855 100644 (file)
@@ -258,7 +258,7 @@ public:
        /// Returns the height of the highest font in range
        LyXFont::FONT_SIZE highestFontInRange(lyx::pos_type startpos,
                                              lyx::pos_type endpos,
-                                                                                 LyXFont::FONT_SIZE const def_size) const;
+                                             LyXFont::FONT_SIZE const def_size) const;
        ///
        void insertChar(lyx::pos_type pos, value_type c);
        ///
@@ -315,7 +315,7 @@ public:
        int autoDeleteInsets();
 
        /// returns -1 if inset not found
-       int getPositionOfInset(Inset * inset) const;
+       int getPositionOfInset(Inset const * inset) const;
 
        /// some good comment here John?
        Paragraph * getParFromID(int id) const;