summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-03-30 21:44:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-03-30 21:45:15 +0900
commite60911f5fc6f76032942cd16c24a8f2673dae5d2 (patch)
treeffaf4d9758982b941028d765433724a1c5f542ad /editeng/source/editeng
parent8836b45de536a3a2fd72533c3210e439bc2fbca1 (diff)
removed duplicate includes in desktop / editeng
Diffstat (limited to 'editeng/source/editeng')
-rw-r--r--editeng/source/editeng/editdoc.cxx1
-rw-r--r--editeng/source/editeng/editview.cxx3
-rw-r--r--editeng/source/editeng/eerdll.cxx2
-rw-r--r--editeng/source/editeng/impedit3.cxx2
4 files changed, 0 insertions, 8 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 43c64c4f3eca..6b35b47a93dd 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -61,7 +61,6 @@
#include <tools/stream.hxx>
#include <tools/debug.hxx>
#include <tools/shl.hxx>
-#include <vcl/svapp.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <boost/bind.hpp>
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index 36bafa09a2c5..c35591c015b9 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -68,10 +68,7 @@
#include <com/sun/star/beans/PropertyValues.hdl>
#include <com/sun/star/lang/Locale.hpp>
#include <linguistic/lngprops.hxx>
-#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include <unotools/lingucfg.hxx>
-#include <sal/macros.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
diff --git a/editeng/source/editeng/eerdll.cxx b/editeng/source/editeng/eerdll.cxx
index 04ff49f1b733..1e0f3e4241f4 100644
--- a/editeng/source/editeng/eerdll.cxx
+++ b/editeng/source/editeng/eerdll.cxx
@@ -47,7 +47,6 @@
#include <editeng/scriptspaceitem.hxx>
#include <svl/itempool.hxx>
#include <vcl/virdev.hxx>
-#include <vcl/svapp.hxx>
#include <editeng/akrnitem.hxx>
#include <editeng/cntritem.hxx>
@@ -73,7 +72,6 @@
#include <editeng/xmlcnitm.hxx>
#include <editeng/forbiddencharacterstable.hxx>
#include <editeng/justifyitem.hxx>
-#include <comphelper/processfactory.hxx>
#include <rtl/instance.hxx>
using namespace ::com::sun::star;
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 88a2e73a470f..f377bbaee01c 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -34,7 +34,6 @@
#include <vcl/metaact.hxx>
#include <vcl/gdimtf.hxx>
-#include <vcl/wrkwin.hxx>
#include <editeng/adjitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/lspcitem.hxx>
@@ -70,7 +69,6 @@
#include <set>
#include <math.h>
-#include <vcl/svapp.hxx>
#include <vcl/metric.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/text/CharacterCompressionType.hpp>