summaryrefslogtreecommitdiff
path: root/include/svx/fillctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fillctrl.hxx')
-rw-r--r--include/svx/fillctrl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx
index fe3b82b83b78..d42dc13d222b 100644
--- a/include/svx/fillctrl.hxx
+++ b/include/svx/fillctrl.hxx
@@ -63,9 +63,9 @@ public:
~SvxFillToolBoxControl();
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
void Update( const SfxPoolItem* pState );
- virtual Window* CreateItemWindow( Window *pParent );
+ virtual Window* CreateItemWindow( Window *pParent ) SAL_OVERRIDE;
};
@@ -84,12 +84,12 @@ private:
DECL_LINK( DelayHdl, void * );
DECL_LINK( SelectFillTypeHdl, ListBox * );
DECL_LINK( SelectFillAttrHdl, ListBox * );
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
public:
FillControl( Window* pParent, WinBits nStyle = 0 );
~FillControl();
- virtual void Resize();
+ virtual void Resize() SAL_OVERRIDE;
};
#endif // INCLUDED_SVX_FILLCTRL_HXX