]> git.lyx.org Git - features.git/commitdiff
move stuff
authorAndré Pönitz <poenitz@gmx.net>
Sun, 28 Oct 2007 16:42:18 +0000 (16:42 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sun, 28 Oct 2007 16:42:18 +0000 (16:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21239 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiGraphics.h

index e0303c380917d7208240695e26dd19edfccdfafc..30d876ca008f2c04142aefcb40763423eec2fb46 100644 (file)
@@ -129,6 +129,12 @@ getSecond(vector<Pair> const & pr)
         return tmp;
 }
 
+/// The (tranlated) GUI std::string and it's LaTeX equivalent.
+typedef std::pair<docstring, std::string> RotationOriginPair;
+///
+std::vector<RotationOriginPair> getRotationOriginData();
+
+
 GuiGraphics::GuiGraphics(LyXView & lv)
        : GuiDialog(lv, "graphics")
 {
index fc15ebad5bd273005dc450aeef421379fc3cda1c..f88df2629e38c8e1bb1c360e0db28295c73a3278 100644 (file)
@@ -21,7 +21,6 @@
 #include "support/docstring.h"
 #include "insets/InsetGraphics.h"
 
-#include <utility>
 #include <vector>
 
 class QString;
@@ -96,11 +95,6 @@ private:
 /// get the units for the bounding box
 std::vector<std::string> const getBBUnits();
 
-/// The (tranlated) GUI std::string and it's LaTeX equivalent.
-typedef std::pair<docstring, std::string> RotationOriginPair;
-///
-std::vector<RotationOriginPair> getRotationOriginData();
-
 } // namespace frontend
 } // namespace lyx