summaryrefslogtreecommitdiff
path: root/include/svx/formatpaintbrushctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-02 15:18:03 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:54 +0200
commitc3a89936abc7967ebe8916ca83cb38f6837f9aa1 (patch)
tree0bb170680c281a5eca4a805f7f9eba9108f9962f /include/svx/formatpaintbrushctrl.hxx
parent508cbb96a17bb085d162e0d605010af3123abe62 (diff)
sfx2/tbxctrl.hxx: sal_Bool->bool
and clean up the mess around the two different Select methods which just led to confusion in the overriding classes. Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a
Diffstat (limited to 'include/svx/formatpaintbrushctrl.hxx')
-rw-r--r--include/svx/formatpaintbrushctrl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/formatpaintbrushctrl.hxx b/include/svx/formatpaintbrushctrl.hxx
index 5e7bc7c16669..d5d47c0ba6ab 100644
--- a/include/svx/formatpaintbrushctrl.hxx
+++ b/include/svx/formatpaintbrushctrl.hxx
@@ -37,8 +37,6 @@ namespace svx
class SVX_DLLPUBLIC FormatPaintBrushToolBoxControl : public SfxToolBoxControl
{
- using SfxToolBoxControl::Select;
-
public:
SFX_DECL_TOOLBOX_CONTROL();
FormatPaintBrushToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
@@ -46,7 +44,7 @@ public:
virtual void DoubleClick() SAL_OVERRIDE;
virtual void Click() SAL_OVERRIDE;
- virtual void Select( sal_Bool bMod1 = sal_False );
+ virtual void Select(sal_uInt16 nSelectModifier) SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) SAL_OVERRIDE;