summaryrefslogtreecommitdiff
path: root/include/svx/clipboardctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/clipboardctl.hxx')
-rw-r--r--include/svx/clipboardctl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/clipboardctl.hxx b/include/svx/clipboardctl.hxx
index eccf2b90213e..813fafb3285e 100644
--- a/include/svx/clipboardctl.hxx
+++ b/include/svx/clipboardctl.hxx
@@ -45,11 +45,11 @@ public:
SvxClipBoardControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SvxClipBoardControl();
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
};