summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgfilter.hxx')
-rw-r--r--filter/source/svg/svgfilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index f99e79ec4bda..447bf77921bc 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -99,7 +99,7 @@ public:
const Reference< XDocumentHandler >& rxHandler,
const Sequence< PropertyValue >& rFilterData );
- virtual ~SVGExport();
+ virtual ~SVGExport() override;
bool IsUseTinyProfile() const { return mbIsUseTinyProfile; };
bool IsEmbedFonts() const { return mbIsEmbedFonts; };
@@ -304,7 +304,7 @@ protected:
public:
explicit SVGFilter( const Reference< XComponentContext >& rxCtx );
- virtual ~SVGFilter();
+ virtual ~SVGFilter() override;
};
#endif // INCLUDED_FILTER_SOURCE_SVG_SVGFILTER_HXX