]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
EmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio
[lyx.git] / src / Length.h
index 73515575223e84f58a69716a781ff2b12027dbf8..cc2caf78acc22c7fea32cf55c626054562152cc0 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Matthias Ettrich
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  * \author John Levon
  *
@@ -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