summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-03 15:12:33 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-01-05 15:38:11 +0100
commita1cfce768f83842defd8068a8eba5ed3eaeea255 (patch)
tree1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /svx
parentRemoved unnecessary tools includes. (diff)
downloadcore-a1cfce768f83842defd8068a8eba5ed3eaeea255.tar.gz
core-a1cfce768f83842defd8068a8eba5ed3eaeea255.zip
Removed unnecessary tools includes.
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dialmgr.cxx1
-rw-r--r--svx/source/form/fmobj.cxx1
-rw-r--r--svx/source/inc/AccessibleFrameSelector.hxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/dialmgr.cxx b/svx/source/dialog/dialmgr.cxx
index eb4bffa639e6..fb6014dda174 100644
--- a/svx/source/dialog/dialmgr.cxx
+++ b/svx/source/dialog/dialmgr.cxx
@@ -34,7 +34,6 @@
// include ---------------------------------------------------------------
#include <svx/dialmgr.hxx>
-#include <tools/rc.hxx>
#include <svl/solar.hrc>
#include <vcl/svapp.hxx>
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index c185be6ec6f2..1610bb1c815f 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -53,7 +53,6 @@
#include <comphelper/processfactory.hxx>
#include <toolkit/awt/vclxdevice.hxx>
#include <vcl/svapp.hxx>
-#include <tools/resmgr.hxx>
#include <tools/diagnose_ex.h>
using namespace ::com::sun::star::io;
diff --git a/svx/source/inc/AccessibleFrameSelector.hxx b/svx/source/inc/AccessibleFrameSelector.hxx
index 09aeeff7eddd..052dbefd4094 100644
--- a/svx/source/inc/AccessibleFrameSelector.hxx
+++ b/svx/source/inc/AccessibleFrameSelector.hxx
@@ -37,6 +37,7 @@
#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
#include <tools/resary.hxx>
+#include <tools/rc.hxx>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/accessibleeventnotifier.hxx>