X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLength.h;h=435eea053576ab397c2d620edbee03102340e01d;hb=2992bb04da2b9f72e595df21ba9e8206af7c1816;hp=3a7e87a91cde8e3e5a2e660242e28cdb07b2fc33;hpb=a00c355fb12c54b1922660c1b804061161e2a3ae;p=lyx.git diff --git a/src/Length.h b/src/Length.h index 3a7e87a91c..435eea0535 100644 --- a/src/Length.h +++ b/src/Length.h @@ -50,12 +50,12 @@ public: PC, ///< Pica = 12pt = 4.218mm PT, ///< Point = 1/72.27in = 0.351mm SP, ///< Scaled point (65536sp = 1pt) TeX's smallest unit. + PTW, //< Percent of TextWidth PCW, //< Percent of ColumnWidth - PLW, //< Percent of LineWidth - PPH, //< Percent of PaperHeight // Herbert 2002-05-16 PPW, //< Percent of PageWidth - PTH, //< Percent of TextHeight // Herbert 2002-05-16 - PTW, //< Percent of TextWidth + PLW, //< Percent of LineWidth + PTH, //< Percent of TextHeight // Herbert 2002-05-16 + PPH, //< Percent of PaperHeight // Herbert 2002-05-16 UNIT_NONE ///< no unit }; @@ -67,8 +67,6 @@ public: /// "data" must be a decimal number, followed by a unit explicit Length(std::string const & data); - /// - void swap(Length & rhs); /// double value() const; ///