From febbad7263ea25b76f4e53d2f136693a52207a1c Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 30 May 2017 10:57:29 +0200 Subject: cleanup unused css/frame/* includes Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65 Reviewed-on: https://gerrit.libreoffice.org/38633 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unotools/source/config/eventcfg.cxx | 1 + unotools/source/misc/ZipPackageHelper.cxx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index 95d015b41d7c..7842820cfcf2 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/unotools/source/misc/ZipPackageHelper.cxx b/unotools/source/misc/ZipPackageHelper.cxx index 763d01c222ac..609b863c6710 100644 --- a/unotools/source/misc/ZipPackageHelper.cxx +++ b/unotools/source/misc/ZipPackageHelper.cxx @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -49,7 +48,6 @@ using namespace osl; using namespace comphelper; using namespace com::sun::star; using namespace com::sun::star::lang; -using namespace com::sun::star::frame; using namespace com::sun::star::uno; using namespace com::sun::star::util; using namespace com::sun::star::container; -- cgit