diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 13:33:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-10 14:13:57 -0400 |
commit | 4ce9e4a68f0776842ca8a2ce6ac3e0891ba00fea (patch) | |
tree | 997895afcea5327fe747aeae0ed5e8023dbabab9 /svx/source/svdraw | |
parent | 2aef59dca407a1d342874cde88732b6cb9e131b4 (diff) |
Head cleanup - use forward declarations.
Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index fbf9801e80cf..fad9bf8f01a1 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -20,8 +20,6 @@ #include "sal/config.h" #include "editeng/forbiddencharacterstable.hxx" -#include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/EmbedStates.hpp> #include "officecfg/Office/Common.hxx" #include <svx/svdetc.hxx> #include <svx/svdmodel.hxx> @@ -48,7 +46,6 @@ #include <svx/svdoole2.hxx> #include <svl/itempool.hxx> #include <unotools/localedatawrapper.hxx> -#include <com/sun/star/lang/Locale.hpp> #include <i18nlangtag/lang.h> #include <unotools/syslocale.hxx> #include <svx/xflbckit.hxx> @@ -61,6 +58,11 @@ #include <svx/svdotable.hxx> #include <svx/sdrhittesthelper.hxx> +#include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> +#include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/lang/Locale.hpp> + using namespace ::com::sun::star; /****************************************************************************** |