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-09 14:42:06 +0000
commit99fd3b2a2759864caf519dfd89173e301b74c24e (patch)
treef3688e9cb53f7299d66f35aca3df6c3e362b499f /include
parenttdf#100337 Message boxes showup empty with white background (diff)
downloadcore-99fd3b2a2759864caf519dfd89173e301b74c24e.tar.gz
core-99fd3b2a2759864caf519dfd89173e301b74c24e.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>
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 03319ba57f26..f2881b8fbc01 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 );