diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-30 10:57:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-12 13:05:38 +0200 |
commit | febbad7263ea25b76f4e53d2f136693a52207a1c (patch) | |
tree | fda9d351a49c1cb804598952e4f5d56ebb8e6655 /extensions | |
parent | 90e83ba599cfe4872d9adfc6b4984b03e635f757 (diff) |
cleanup unused css/frame/* includes
Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65
Reviewed-on: https://gerrit.libreoffice.org/38633
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibbeam.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/bibcont.cxx | 3 | ||||
-rw-r--r-- | extensions/source/dbpilots/optiongrouplayouter.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formcomponenthandler.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/genericpropertyhandler.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.hxx | 1 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 3 |
7 files changed, 0 insertions, 11 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index fe7f72e5783c..23d856f69df1 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -21,7 +21,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/awt/PosSize.hpp> -#include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include "bibliography.hrc" diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index cf0c2625c7c2..2002ac9377bf 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -23,8 +23,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindowPeer.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> -#include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include "bibconfig.hxx" @@ -60,7 +58,6 @@ BibSplitWindow::BibSplitWindow( vcl::Window* pParent, WinBits nStyle ) : SplitWi using namespace osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::frame; //split window size is a percent value #define WIN_MIN_HEIGHT 10 diff --git a/extensions/source/dbpilots/optiongrouplayouter.hxx b/extensions/source/dbpilots/optiongrouplayouter.hxx index bf67374e1665..98bb21cf99b8 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.hxx +++ b/extensions/source/dbpilots/optiongrouplayouter.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/frame/XModel.hpp> #include "dbptypes.hxx" diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx index 9002e2ba0f40..1bf8df0f152e 100644 --- a/extensions/source/propctrlr/formcomponenthandler.hxx +++ b/extensions/source/propctrlr/formcomponenthandler.hxx @@ -27,7 +27,6 @@ #include <comphelper/uno3.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> -#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/sdbc/XRowSet.hpp> #include <com/sun/star/awt/XControlContainer.hpp> diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx index de446b6116e4..b5d931aa8182 100644 --- a/extensions/source/propctrlr/genericpropertyhandler.cxx +++ b/extensions/source/propctrlr/genericpropertyhandler.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index 12b5c30f833d..8d937f7b6a30 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -38,7 +38,6 @@ #include <com/sun/star/form/XForm.hpp> #include <com/sun/star/sdbc/XRowSet.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 0538f40403aa..4e9f9be10a9b 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -25,9 +25,6 @@ #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XFrame.hpp> -#include <com/sun/star/frame/DispatchResultEvent.hpp> -#include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/office/Quickstart.hpp> #include <com/sun/star/system/SystemShellExecute.hpp> #include <com/sun/star/system/SystemShellExecuteException.hpp> |