diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-20 11:05:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-20 18:00:42 +0200 |
commit | cae3e20571167772e82b0cc714d9442af57ece8a (patch) | |
tree | debe5855a15e98a33201b61bd1464c20f65a6e46 /include/toolkit | |
parent | 0d1a3593c2bc6ed16880e34c2b4243d9836b69cd (diff) |
cleanup unused css/resource/ includes
Change-Id: I1e2c795cef64799d5e28e5fafec6cd72f621abba
Reviewed-on: https://gerrit.libreoffice.org/37853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/controls/dialogcontrol.hxx | 1 | ||||
-rw-r--r-- | include/toolkit/controls/tabpagemodel.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx index d166f30fef0a..2316613e4a4b 100644 --- a/include/toolkit/controls/dialogcontrol.hxx +++ b/include/toolkit/controls/dialogcontrol.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/XDialog2.hpp> #include <com/sun/star/awt/XSimpleTabController.hpp> -#include <com/sun/star/resource/XStringResourceResolver.hpp> #include <com/sun/star/graphic/XGraphicObject.hpp> #include <toolkit/helper/servicenames.hxx> #include <toolkit/helper/macros.hxx> diff --git a/include/toolkit/controls/tabpagemodel.hxx b/include/toolkit/controls/tabpagemodel.hxx index 2b11f5c5ae5d..c4a33337d1fb 100644 --- a/include/toolkit/controls/tabpagemodel.hxx +++ b/include/toolkit/controls/tabpagemodel.hxx @@ -23,7 +23,6 @@ #include <toolkit/controls/controlmodelcontainerbase.hxx> #include <com/sun/star/awt/tab/XTabPageModel.hpp> #include <com/sun/star/awt/tab/XTabPage.hpp> -#include <com/sun/star/resource/XStringResourceResolver.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <toolkit/helper/servicenames.hxx> #include <toolkit/helper/macros.hxx> |