]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / ExternalTransforms.h
index c3ab382a670ae076824136c1ff6d10c19aafbd59..e650d292a8bf292089730bc7b1b8fdd3547d80fb 100644 (file)
 #include <map>
 #include <memory>
 
+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<TransformCommand::ptr_type(RotationData)>
        RotationCommandFactory;
 
 
-struct TransformStore
+class TransformStore
 {
+public:
        TransformStore() {}
 
        /** Stores \c factory and a reminder of what \c data this \c factory