]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
Remove traces of Q_CYGWIN_WIN
[lyx.git] / src / Length.h
index bf377d2a834e22f463521cdb2c9452c6ade2c585..67073a2bf1d05ee1ab21b9f4b781fbca7442cb7f 100644 (file)
@@ -89,7 +89,7 @@ public:
        std::string const asLatexString() const;
        /// return the on-screen size of this length
        int inPixels(int text_width, int em_width = 0) const;
-       /// return the on-screen size of this length of an image
+       /// return the value in Big Postscript points.
        int inBP() const;
 
        friend bool isValidLength(std::string const & data, Length * result);