summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unomodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unomodel.cxx')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index eba557cf19d0..34b9d7021073 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -119,7 +119,7 @@ class SdUnoForbiddenCharsTable : public SvxUnoForbiddenCharsTable,
{
public:
explicit SdUnoForbiddenCharsTable(SdrModel* pModel);
- virtual ~SdUnoForbiddenCharsTable();
+ virtual ~SdUnoForbiddenCharsTable() override;
// SfxListener
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) throw () override;
@@ -1548,7 +1548,7 @@ public:
bool IsPrintable( const SdrObject* pObj ) const;
ImplRenderPaintProc( const SdrLayerAdmin& rLA, SdrPageView* pView, vcl::PDFExtOutDevData* pData );
- virtual ~ImplRenderPaintProc();
+ virtual ~ImplRenderPaintProc() override;
// all default implementations just call the same methods at the original. To do something
// different, override the method and at least do what the method does.