diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /svtools | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/addrtempuno.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 7e9a110ff9c9..4de164ec6769 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -33,7 +33,6 @@ #include <svtools/fmtfield.hxx> -#include <comphelper/uno3.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/awt/XItemEventBroadcaster.hpp> diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx index f214edc80361..ea92a77a77c0 100644 --- a/svtools/source/uno/addrtempuno.cxx +++ b/svtools/source/uno/addrtempuno.cxx @@ -20,7 +20,6 @@ #include <svtools/addresstemplate.hxx> #include <svtools/genericunodialog.hxx> #include <cppuhelper/typeprovider.hxx> -#include <comphelper/extract.hxx> #include <comphelper/property.hxx> #include <comphelper/propertysequence.hxx> #include <com/sun/star/sdbc/XDataSource.hpp> |