diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-02 15:18:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-03 09:17:54 +0200 |
commit | c3a89936abc7967ebe8916ca83cb38f6837f9aa1 (patch) | |
tree | 0bb170680c281a5eca4a805f7f9eba9108f9962f /svx/source/tbxctrls/tbxdrctl.cxx | |
parent | 508cbb96a17bb085d162e0d605010af3123abe62 (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 'svx/source/tbxctrls/tbxdrctl.cxx')
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 84ed8839529d..30bd2b39fc9f 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -101,7 +101,7 @@ void SvxTbxCtlDraw::toggleToolbox() -void SvxTbxCtlDraw::Select( bool ) +void SvxTbxCtlDraw::Select(sal_uInt16 /*nSelectModifier*/) { toggleToolbox(); } |