diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/drwlayer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 750b8dfc5af6..456fc8897f77 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -101,7 +101,7 @@ public: virtual SdrPage* AllocPage(bool bMasterPage); virtual SdrModel* AllocModel() const; - virtual void SetChanged( sal_Bool bFlg = sal_True ); + virtual void SetChanged( bool bFlg = true ) SAL_OVERRIDE; virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const; |