summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent7cfd340e92835c43788031ef184095f0f61a61a9 (diff)
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 'svtools')
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 7b675a902250..b9364c4cc606 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -634,11 +634,6 @@ sal_Bool ToolboxController::isBound() const
return sal_False;
}
-sal_Bool ToolboxController::hasBigImages() const
-{
- return SvtMiscOptions().AreCurrentSymbolsLarge();
-}
-
void ToolboxController::updateStatus()
{
bindListener();