diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-06 15:49:59 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 18:17:06 +0000 |
commit | 0c6c37cb01c242ad9324bc91ac15c974529086c5 (patch) | |
tree | 6782e8958d6a55446fbee4ff73a7db365e69085a /cui | |
parent | 08befaceb65bf2f0f0e8ec976f7826be8f5dd7d7 (diff) |
cleanup unused includes (related to tdf#88206)
cppuhelper/compbase*.hxx and cppuhelper/implbase*.hxx
compbase*.hxx includes implbase*.hxx replace compbase*.hxx if only
implbase*.hxx stuff is used.
Change-Id: I631a20aee411c6a32ffcf470f6e392621755f995
Reviewed-on: https://gerrit.libreoffice.org/31686
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index a4946e40a429..e7d56312fe3c 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -35,7 +35,6 @@ #include "cuigaldlg.hxx" #include "helpid.hrc" #include <unotools/syslocale.hxx> -#include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 11ef281ba406..855a5be1b615 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -48,7 +48,6 @@ #include <com/sun/star/script/XInvocation.hpp> #include <com/sun/star/document/XEmbeddedScripts.hpp> -#include <cppuhelper/implbase1.hxx> #include <comphelper/documentinfo.hxx> #include <comphelper/uno3.hxx> #include <comphelper/processfactory.hxx> |