summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2016-12-09 15:35:50 +0100
committerTomaž Vajngerl <quikee@gmail.com>2016-12-13 08:13:53 +0000
commit9c1d6f5e3549cf3c90d28f86b67db4af41dcbde8 (patch)
tree85aa7c9d6b198be0e24ad85846032eb18628dfef /include
parentUpdated core (diff)
downloadcore-9c1d6f5e3549cf3c90d28f86b67db4af41dcbde8.tar.gz
core-9c1d6f5e3549cf3c90d28f86b67db4af41dcbde8.zip
vcl: set toolbox size correctly when using 32px icons
Change-Id: Ifacff75f80bc8401ccff2a4d4dc90e56e3b4aa84 Reviewed-on: https://gerrit.libreoffice.org/31801 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 99fd3b2a2759864caf519dfd89173e301b74c24e) Reviewed-on: https://gerrit.libreoffice.org/31802 Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index 66bd8cf41f98..be8110606091 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -502,7 +502,7 @@ public:
// if an index is found the corresponding item id is filled in (else 0)
long GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const;
- static Size GetDefaultImageSize(bool bLarge);
+ static Size GetDefaultImageSize(ToolBoxButtonSize eToolBoxButtonSize);
Size GetDefaultImageSize() const;
void ChangeHighlight( sal_uInt16 nPos );