summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source')
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx2
-rw-r--r--svgio/source/svguno/xsvgparser.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index faeb257bb672..408d0fbe76bf 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -64,7 +64,7 @@ namespace svgio
const double fBasegfxPathLength,
double fPosition,
const basegfx::B2DPoint& rTextStart);
- virtual ~pathTextBreakupHelper();
+ virtual ~pathTextBreakupHelper() override;
// read access to evtl. advanced position
double getPosition() const { return mfPosition; }
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 7f2bcac953de..91ded1f99b21 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -48,7 +48,7 @@ namespace svgio
public:
explicit XSvgParser(
uno::Reference< uno::XComponentContext > const & context);
- virtual ~XSvgParser();
+ virtual ~XSvgParser() override;
XSvgParser(const XSvgParser&) = delete;
XSvgParser& operator=(const XSvgParser&) = delete;