]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
More tweaking of boundary setting at end of row
[lyx.git] / src / TextMetrics.h
index e5b32a1904650c9e986d87604befa2abb09f70d4..92b1962545e40c4ea5301f81956adb2d567dac21 100644 (file)
@@ -225,7 +225,7 @@ public:
        int leftMargin(int max_width, pit_type pit) const;
 
        /// calculates the position of a completion popup
-       void completionPosAndDim(Cursor const & cur, int & x, int & y, 
+       void completionPosAndDim(Cursor const & cur, int & x, int & y,
                Dimension & dim) const;
 
 private:
@@ -252,7 +252,7 @@ public:
        /// our 'outermost' font.
        /// This is handed down from the surrounding
        /// inset through the pi/mi parameter (pi.base.font)
-       /// It is used in applyOuterFont() and setCharFont() for reasons 
+       /// It is used in applyOuterFont() and setCharFont() for reasons
        /// that are not clear... to hand hand the outermost language and
        /// also for char style apparently.
        Font font_;