X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalTransforms.h;h=e650d292a8bf292089730bc7b1b8fdd3547d80fb;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=c3ab382a670ae076824136c1ff6d10c19aafbd59;hpb=b029c3bf800a63786ce017b4d12bde5f8abb37de;p=lyx.git diff --git a/src/insets/ExternalTransforms.h b/src/insets/ExternalTransforms.h index c3ab382a67..e650d292a8 100644 --- a/src/insets/ExternalTransforms.h +++ b/src/insets/ExternalTransforms.h @@ -23,9 +23,10 @@ #include #include +namespace lyx { + class LyXLex; -namespace lyx { namespace external { /* @@ -35,7 +36,7 @@ class ClipData { public: ClipData() : clip(false) {} - lyx::graphics::BoundingBox bbox; + graphics::BoundingBox bbox; bool clip; }; @@ -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 { @@ -327,8 +327,9 @@ typedef boost::function RotationCommandFactory; -struct TransformStore +class TransformStore { +public: TransformStore() {} /** Stores \c factory and a reminder of what \c data this \c factory