]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlength.h
remove debug message
[lyx.git] / src / lyxlength.h
index 6c79982f2360fa3aa36cba9693a84833a29b2332..86fc8867690fae2c44a173b9ff93a280ef9e3ec4 100644 (file)
@@ -67,6 +67,8 @@ public:
        string const asLatexString() const;
        /// return the on-screen size of this length
        int inPixels(int default_width, int default_height) const;
+       /// return the on-screen size of this length of an image
+       int inBP() const;
 
        /** If "data" is valid, the length represented by it is
          stored into "result", if that is not 0. */