diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-21 13:13:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-21 15:56:44 +0100 |
commit | b1959dbfadc7483a8e4601310e327beed3c56dc6 (patch) | |
tree | fc71f46cf630fe534b4997dd78ffd22170e17e87 /svx | |
parent | 373734a1e2699b10cbe02a2fe41c2b92ac77bc9d (diff) |
Remove unused cppuhelper/servicefactory.hxx includes
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmsrcimp.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmtools.cxx | 1 | ||||
-rw-r--r-- | svx/source/gengal/gengal.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 8ea5cc36f8bf..eebc0f3227f7 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -84,7 +84,6 @@ #include <comphelper/stl_types.hxx> #include <comphelper/string.hxx> #include <connectivity/dbtools.hxx> -#include <cppuhelper/servicefactory.hxx> #include <osl/mutex.hxx> #include <rtl/logfile.hxx> #include <sfx2/dispatch.hxx> diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index bb45f03d63b0..d52ce82af6d3 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -28,7 +28,6 @@ #include <vcl/msgbox.hxx> #include <tools/shl.hxx> #include <svx/dialmgr.hxx> -#include <cppuhelper/servicefactory.hxx> #include <vcl/svapp.hxx> #include <unotools/textsearch.hxx> #include <com/sun/star/util/SearchOptions.hpp> diff --git a/svx/source/form/fmtools.cxx b/svx/source/form/fmtools.cxx index 3e4553f29c2f..1a5df90fc9dc 100644 --- a/svx/source/form/fmtools.cxx +++ b/svx/source/form/fmtools.cxx @@ -72,7 +72,6 @@ #include <comphelper/uno3.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> -#include <cppuhelper/servicefactory.hxx> #include <cppuhelper/typeprovider.hxx> #include <rtl/logfile.hxx> #include <rtl/math.hxx> diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx index 6d296fc4876e..e1989f650f3d 100644 --- a/svx/source/gengal/gengal.cxx +++ b/svx/source/gengal/gengal.cxx @@ -36,7 +36,6 @@ #include <unotools/ucbstreamhelper.hxx> #include <comphelper/processfactory.hxx> -#include <cppuhelper/servicefactory.hxx> #include <cppuhelper/bootstrap.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |