diff options
Diffstat (limited to 'include/svx/selctrl.hxx')
-rw-r--r-- | include/svx/selctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/selctrl.hxx b/include/svx/selctrl.hxx index b3081f112722..be8b05a51bdd 100644 --- a/include/svx/selctrl.hxx +++ b/include/svx/selctrl.hxx @@ -33,7 +33,7 @@ public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ); - virtual sal_Bool MouseButtonDown( const MouseEvent& rEvt ); + virtual bool MouseButtonDown( const MouseEvent& rEvt ); virtual void Paint( const UserDrawEvent& rEvt ); private: |