diff options
author | Noel Grandin <noel@peralex.com> | 2013-06-03 13:38:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-05 08:13:21 +0200 |
commit | dcbaf7c253031a8f7b568c57397c663edfa26e5b (patch) | |
tree | c0182e65a72cbb1c8941865765b48171be55bf89 /sw | |
parent | 9a49980efa3522eb89f66eb185c98009236ffa89 (diff) |
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/swg/SwXMLTextBlocks1.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/basflt/fltini.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/wrtxml.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/dbmgr.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/vba/vbatables.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/swg/SwXMLTextBlocks1.cxx b/sw/source/core/swg/SwXMLTextBlocks1.cxx index b0822d251452..d0b1b4daa2ab 100644 --- a/sw/source/core/swg/SwXMLTextBlocks1.cxx +++ b/sw/source/core/swg/SwXMLTextBlocks1.cxx @@ -23,7 +23,6 @@ #include <svtools/unoevent.hxx> #include <sfx2/docfile.hxx> #include <unotools/streamwrap.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index 058483c831a5..6dccc831ecd5 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -53,7 +53,6 @@ #include <swerror.h> #include <osl/module.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/componentcontext.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XMacroExpander.hpp> #include <rtl/uri.hxx> diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index c01fd8acc5bc..dd2495de3e35 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <comphelper/processfactory.hxx> -#include <comphelper/componentcontext.hxx> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/io/XActiveDataControl.hpp> diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx index 096d0ced53f1..d8a4faf258d2 100644 --- a/sw/source/filter/xml/wrtxml.cxx +++ b/sw/source/filter/xml/wrtxml.cxx @@ -48,7 +48,6 @@ #include <statstr.hrc> #include <rtl/logfile.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/makesequence.hxx> #include <com/sun/star/rdf/XDocumentMetadataAccess.hpp> diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 07b85bd31979..372cb3e09496 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/DispatchHelper.hpp> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <hintids.hxx> diff --git a/sw/source/ui/dbui/dbmgr.cxx b/sw/source/ui/dbui/dbmgr.cxx index ae7a0d6b2ee5..1199d7a0bb10 100644 --- a/sw/source/ui/dbui/dbmgr.cxx +++ b/sw/source/ui/dbui/dbmgr.cxx @@ -94,7 +94,6 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/mail/MailAttachment.hpp> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/string.hxx> diff --git a/sw/source/ui/vba/vbatables.cxx b/sw/source/ui/vba/vbatables.cxx index e3b4f04d1826..ac7215b5bac7 100644 --- a/sw/source/ui/vba/vbatables.cxx +++ b/sw/source/ui/vba/vbatables.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/table/XCellRange.hpp> -#include <comphelper/componentcontext.hxx> using namespace ::ooo::vba; using namespace css; |