X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalTransforms.h;h=a43b45b312d5a569c68f025af8b53fef459524b3;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=9658a759d1f39e89abe54a4a0c512bae6814445d;hpb=f0d215f75296b448835fed560fd49b177e41ba7c;p=lyx.git diff --git a/src/insets/ExternalTransforms.h b/src/insets/ExternalTransforms.h index 9658a759d1..a43b45b312 100644 --- a/src/insets/ExternalTransforms.h +++ b/src/insets/ExternalTransforms.h @@ -12,7 +12,7 @@ #ifndef EXTERNALTRANSFORMS_H #define EXTERNALTRANSFORMS_H -#include "lyxlength.h" +#include "Length.h" #include "graphics/GraphicsParams.h" @@ -23,9 +23,10 @@ #include #include -class LyXLex; - namespace lyx { + +class Lexer; + namespace external { /* @@ -35,7 +36,7 @@ class ClipData { public: ClipData() : clip(false) {} - lyx::graphics::BoundingBox bbox; + graphics::BoundingBox bbox; bool clip; }; @@ -62,8 +63,8 @@ public: bool usingScale() const; std::string scale; - LyXLength width; - LyXLength height; + Length width; + Length height; bool keepAspectRatio; };