summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-02 15:12:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:10:37 +0200
commitd93f33c8c9ca0eb5a50fc454f069d799d59ef86f (patch)
tree5fce395dffd57a6e5640d052e6f4fe24e8b605a6 /include/sfx2
parent58ac61478aa01c72ab99ff372656539c58545348 (diff)
remove unused includes
from <com/sun/star/frame/XFrame.hpp> we only use <.../XComponent.hpp> Change-Id: I5e3daf848e52cff62e10f9b5e91106894e16a175 Reviewed-on: https://gerrit.libreoffice.org/37160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx
index 82e003117510..183a6f900d78 100644
--- a/include/sfx2/sidebar/ControllerItem.hxx
+++ b/include/sfx2/sidebar/ControllerItem.hxx
@@ -21,15 +21,7 @@
#include <sfx2/ctrlitem.hxx>
-#include <cppuhelper/basemutex.hxx>
-#include <unotools/cmdoptions.hxx>
-#include <vcl/image.hxx>
-
-#include <com/sun/star/frame/XFrame.hpp>
-
-
-class SfxViewFrame;
-class ToolBox;
+#include <com/sun/star/lang/XComponent.hpp>
namespace sfx2 { namespace sidebar {