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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index c160ba66fc4f..1d8575470d49 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -48,7 +48,7 @@ public:
sal_Bool Construct();
virtual short Execute();
- virtual long Notify( NotifyEvent& rNEvt );
+ virtual bool Notify( NotifyEvent& rNEvt );
SfxTabPage* GetTabPage() const { return pPage; }
const SfxItemSet& GetOptions() const { return *pOptions; }