X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalTransforms.h;h=a43b45b312d5a569c68f025af8b53fef459524b3;hb=d044d6afa7192b2119784e1415e71dad644bc335;hp=ce2c86ad44e0712fcc024e286509ba7e65c1c874;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/insets/ExternalTransforms.h b/src/insets/ExternalTransforms.h index ce2c86ad44..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; }; @@ -302,7 +303,6 @@ private: */ std::string const sanitizeLatexOption(std::string const & input); std::string const sanitizeDocBookOption(std::string const & input); -std::string const sanitizeLinuxDocOption(std::string const & input); enum TransformID {