]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
EmbeddedObjects.lyx: add hint how to force a rotation direction for rotated floats
[lyx.git] / src / TextMetrics.h
index b601af7bd26a7d057678c6b1780590017804736b..3d2cae5e401b53e62f18310a07caf6bf8b9e780e 100644 (file)
@@ -71,7 +71,7 @@ public:
 
 
 private:
-       /// 
+       ///
        ParagraphMetrics & parMetrics(pit_type, bool redo_paragraph);
 
        /// the minimum space a manual label needs on the screen in pixels
@@ -100,7 +100,7 @@ public:
 
        /// returns pos in given par at given x coord.
        pos_type x2pos(pit_type pit, int row, int x) const;
-       
+
        // FIXME: is there a need for this?
        //int pos2x(pit_type pit, pos_type pos) const;