From 053e705779cefd93fe5c8048369d65b60d6e5957 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sun, 28 Oct 2007 16:42:18 +0000 Subject: [PATCH] move stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21239 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiGraphics.cpp | 6 ++++++ src/frontends/qt4/GuiGraphics.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontends/qt4/GuiGraphics.cpp b/src/frontends/qt4/GuiGraphics.cpp index e0303c3809..30d876ca00 100644 --- a/src/frontends/qt4/GuiGraphics.cpp +++ b/src/frontends/qt4/GuiGraphics.cpp @@ -129,6 +129,12 @@ getSecond(vector const & pr) return tmp; } +/// The (tranlated) GUI std::string and it's LaTeX equivalent. +typedef std::pair RotationOriginPair; +/// +std::vector getRotationOriginData(); + + GuiGraphics::GuiGraphics(LyXView & lv) : GuiDialog(lv, "graphics") { diff --git a/src/frontends/qt4/GuiGraphics.h b/src/frontends/qt4/GuiGraphics.h index fc15ebad5b..f88df2629e 100644 --- a/src/frontends/qt4/GuiGraphics.h +++ b/src/frontends/qt4/GuiGraphics.h @@ -21,7 +21,6 @@ #include "support/docstring.h" #include "insets/InsetGraphics.h" -#include #include class QString; @@ -96,11 +95,6 @@ private: /// get the units for the bounding box std::vector const getBBUnits(); -/// The (tranlated) GUI std::string and it's LaTeX equivalent. -typedef std::pair RotationOriginPair; -/// -std::vector getRotationOriginData(); - } // namespace frontend } // namespace lyx -- 2.39.5