summaryrefslogtreecommitdiffstats
path: root/include/svtools/toolboxcontroller.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-07-16 16:12:48 +0200
committerJan Holesovsky <kendy@suse.cz>2013-07-17 13:27:46 +0200
commit8c69fcd6ebe514a3b10f929059f0c676913374f3 (patch)
treeddaea14be7cc59924367d0600bf3900572f9ecfc /include/svtools/toolboxcontroller.hxx
parentFix crash & reduce nesting. (diff)
downloadcore-8c69fcd6ebe514a3b10f929059f0c676913374f3.tar.gz
core-8c69fcd6ebe514a3b10f929059f0c676913374f3.zip
Move hasBigImages() from ToolboxController to SfxToolBoxController.
We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
Diffstat (limited to 'include/svtools/toolboxcontroller.hxx')
-rw-r--r--include/svtools/toolboxcontroller.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/toolboxcontroller.hxx b/include/svtools/toolboxcontroller.hxx
index 217d6cdf2dab..529313053066 100644
--- a/include/svtools/toolboxcontroller.hxx
+++ b/include/svtools/toolboxcontroller.hxx
@@ -158,7 +158,6 @@ class SVT_DLLPUBLIC ToolboxController : public ::com::sun::star::frame::XStatusL
void bindListener();
void unbindListener();
sal_Bool isBound() const;
- sal_Bool hasBigImages() const;
// TODO remove
::com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > getURLTransformer() const;
// TODO remove