]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / ExternalTransforms.h
index 3d6b9338a2c83c3ff2f98f82ac16b347c60e4980..c4213bd7de8bdd0b9347e14fa189c8dd51ed8640 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef EXTERNALTRANSFORMS_H
 #define EXTERNALTRANSFORMS_H
 
-#include "LyXLength.h"
+#include "Length.h"
 
 #include "graphics/GraphicsParams.h"
 
@@ -36,7 +36,9 @@ class ClipData {
 public:
        ClipData() : clip(false) {}
 
+       /// The bounding box
        graphics::BoundingBox bbox;
+       /// clip image
        bool clip;
 };
 
@@ -63,8 +65,8 @@ public:
        bool usingScale() const;
 
        std::string scale;
-       LyXLength width;
-       LyXLength height;
+       Length width;
+       Length height;
        bool keepAspectRatio;
 };