summaryrefslogtreecommitdiff
path: root/include/sfx2/prnmon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/prnmon.hxx')
-rw-r--r--include/sfx2/prnmon.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index 95ea9ea3398c..0a6b635350cb 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -47,8 +47,8 @@ public:
virtual ~SfxPrintOptionsDialog();
bool Construct();
- virtual short Execute();
- virtual bool Notify( NotifyEvent& rNEvt );
+ virtual short Execute() SAL_OVERRIDE;
+ virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
SfxTabPage* GetTabPage() const { return pPage; }
const SfxItemSet& GetOptions() const { return *pOptions; }