diff options
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r-- | sd/inc/stlpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 5a0832cd1f21..c1a8bcb72191 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -129,7 +129,7 @@ protected: virtual SfxStyleSheetBase* Create(const OUString& rName, SfxStyleFamily eFamily, sal_uInt16 nMask) override; using SfxStyleSheetPool::Create; - virtual ~SdStyleSheetPool(); + virtual ~SdStyleSheetPool() override; void AddStyleFamily( const SdPage* pPage ); void RemoveStyleFamily( const SdPage* pPage ); |