]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
Typos.
[lyx.git] / src / Length.h
index 73515575223e84f58a69716a781ff2b12027dbf8..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);
@@ -193,7 +193,6 @@ extern char const * const unit_name_gui[];
 Length::UNIT unitFromString(std::string const & data);
 
 
-
 } // namespace lyx
 
 #endif // LENGTH_H