summaryrefslogtreecommitdiff
path: root/include/svx/selctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/selctrl.hxx')
-rw-r--r--include/svx/selctrl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/selctrl.hxx b/include/svx/selctrl.hxx
index 1767c918fb28..2b32e56ede70 100644
--- a/include/svx/selctrl.hxx
+++ b/include/svx/selctrl.hxx
@@ -29,16 +29,16 @@ class SVX_DLLPUBLIC SvxSelectionModeControl final : public SfxStatusBarControl
public:
SFX_DECL_STATUSBAR_CONTROL();
- SvxSelectionModeControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
+ SvxSelectionModeControl(sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb);
- virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState ) override;
- virtual bool MouseButtonDown( const MouseEvent& rEvt ) override;
- virtual void Paint( const UserDrawEvent& rEvt ) override;
+ virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState,
+ const SfxPoolItem* pState) override;
+ virtual bool MouseButtonDown(const MouseEvent& rEvt) override;
+ virtual void Paint(const UserDrawEvent& rEvt) override;
private:
- sal_uInt16 mnState;
- Image maImage;
+ sal_uInt16 mnState;
+ Image maImage;
};
#endif