summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox/tbxitem.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-02 13:54:34 +0200
committerNoel Grandin <noel@peralex.com>2016-09-05 08:21:46 +0200
commita1cd62bcd589a7c1050e327f4cb0ad95f9ea19d1 (patch)
tree4564ea2be6311b5e44e67d9036bafab0c501ccb8 /sfx2/source/toolbox/tbxitem.cxx
parent256654c26fa0d474891809d30d0004c3d87a5841 (diff)
convert ToolBoxButtonSize to scoped enum
Change-Id: I365b0e34361eb339b04e5f4792f54eff5bf582a5
Diffstat (limited to 'sfx2/source/toolbox/tbxitem.cxx')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index e17f67e67b3e..f11745844bdc 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -597,7 +597,7 @@ Reference< css::awt::XWindow > SAL_CALL SfxToolBoxControl::createItemWindow( con
bool SfxToolBoxControl::hasBigImages() const
{
- return (GetToolBox().GetToolboxButtonSize() == TOOLBOX_BUTTONSIZE_LARGE);
+ return (GetToolBox().GetToolboxButtonSize() == ToolBoxButtonSize::Large);
}
void SfxToolBoxControl::SetPopupWindow( SfxPopupWindow* pWindow )