diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-07-16 16:12:48 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-07-17 13:27:46 +0200 |
commit | 8c69fcd6ebe514a3b10f929059f0c676913374f3 (patch) | |
tree | ddaea14be7cc59924367d0600bf3900572f9ecfc /include/sfx2/tbxctrl.hxx | |
parent | 7cfd340e92835c43788031ef184095f0f61a61a9 (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 'include/sfx2/tbxctrl.hxx')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index e7b6e6921e5f..af1b1a640ab9 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -252,6 +252,7 @@ protected: // helper methods void createAndPositionSubToolBar( const OUString& rSubToolBarResName ); ::Size getPersistentFloatingSize( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const OUString& rSubToolBarResName ); + bool hasBigImages() const; public: SFX_DECL_TOOLBOX_CONTROL(); |