diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:44:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:45:15 +0900 |
commit | e60911f5fc6f76032942cd16c24a8f2673dae5d2 (patch) | |
tree | ffaf4d9758982b941028d765433724a1c5f542ad /editeng/source/misc | |
parent | 8836b45de536a3a2fd72533c3210e439bc2fbca1 (diff) |
removed duplicate includes in desktop / editeng
Diffstat (limited to 'editeng/source/misc')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 651b9ebc375b..f459af070691 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -57,7 +57,6 @@ #include <editeng/unolingu.hxx> #include "vcl/window.hxx" #include <helpid.hrc> -#include <comphelper/processfactory.hxx> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> #include <unotools/streamwrap.hxx> diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 8106dad64762..14d5b8276191 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp> #include <com/sun/star/ucb/NumberedSortingInfo.hpp> -#include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/util/DateTime.hpp> @@ -56,7 +55,6 @@ #include <unotools/localfilehelper.hxx> #include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/content.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/msgbox.hxx> #include <tools/shl.hxx> #include <linguistic/misc.hxx> |