]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
Routines to retrieve HTML style information.
[lyx.git] / src / Length.h
index cc2caf78acc22c7fea32cf55c626054562152cc0..11b591dcb8e69be8df6b5a225ea9ef1bc31eecee 100644 (file)
@@ -92,6 +92,9 @@ public:
        /// return the value in Big Postscript points.
        int inBP() const;
 
+       /// return the default unit (centimeter or inch)
+       static UNIT defaultUnit();
+
        friend bool isValidLength(std::string const & data, Length * result);
 
 private: