From: André Pönitz Date: Sun, 28 Oct 2007 16:42:18 +0000 (+0000) Subject: move stuff X-Git-Tag: 1.6.10~7638 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=053e705779cefd93fe5c8048369d65b60d6e5957;p=lyx.git move stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21239 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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