diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/accessibility/accessiblerelationsethelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/accessibility/accessiblestatesethelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/misc/ZipPackageHelper.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/accessibility/accessiblerelationsethelper.cxx b/unotools/source/accessibility/accessiblerelationsethelper.cxx index b93192af973e..697cbd8b2608 100644 --- a/unotools/source/accessibility/accessiblerelationsethelper.cxx +++ b/unotools/source/accessibility/accessiblerelationsethelper.cxx @@ -23,7 +23,6 @@ #include <unotools/accessiblerelationsethelper.hxx> #include <vector> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> using namespace ::utl; using namespace ::com::sun::star; diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx index 26cd61c1a5e8..480ae0ab274b 100644 --- a/unotools/source/accessibility/accessiblestatesethelper.cxx +++ b/unotools/source/accessibility/accessiblestatesethelper.cxx @@ -19,7 +19,6 @@ #include <unotools/accessiblestatesethelper.hxx> #include <tools/debug.hxx> -#include <comphelper/servicehelper.hxx> // defines how many states the bitfield can contain // it has the size of 64 because I use a uInt64 diff --git a/unotools/source/misc/ZipPackageHelper.cxx b/unotools/source/misc/ZipPackageHelper.cxx index bfdd3b3c0902..4d4720417823 100644 --- a/unotools/source/misc/ZipPackageHelper.cxx +++ b/unotools/source/misc/ZipPackageHelper.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <unotools/ZipPackageHelper.hxx> -#include <comphelper/oslfile2streamwrap.hxx> #include <comphelper/storagehelper.hxx> #include <osl/file.hxx> #include <unotools/pathoptions.hxx> |