diff options
Diffstat (limited to 'sc/inc/drdefuno.hxx')
-rw-r--r-- | sc/inc/drdefuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drdefuno.hxx b/sc/inc/drdefuno.hxx index 0c0ea7e4d9cb..3cf9cc0b3935 100644 --- a/sc/inc/drdefuno.hxx +++ b/sc/inc/drdefuno.hxx @@ -34,7 +34,7 @@ public: ScDrawDefaultsObj(ScDocShell* pDocSh); virtual ~ScDrawDefaultsObj() throw (); - virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); + virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; // from SvxUnoDrawPool virtual SfxItemPool* getModelPool( bool bReadOnly ) throw() SAL_OVERRIDE; |