summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLImageMapContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/XMLImageMapContext.cxx')
-rw-r--r--xmloff/source/draw/XMLImageMapContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx
index ef37224a45ee..068643cc3aa0 100644
--- a/xmloff/source/draw/XMLImageMapContext.cxx
+++ b/xmloff/source/draw/XMLImageMapContext.cxx
@@ -311,7 +311,7 @@ public:
const OUString& rLocalName,
css::uno::Reference<css::container::XIndexContainer> const & xMap);
- virtual ~XMLImageMapRectangleContext();
+ virtual ~XMLImageMapRectangleContext() override;
protected:
virtual void ProcessAttribute(
@@ -413,7 +413,7 @@ public:
const OUString& rLocalName,
css::uno::Reference<css::container::XIndexContainer> const & xMap);
- virtual ~XMLImageMapPolygonContext();
+ virtual ~XMLImageMapPolygonContext() override;
protected:
virtual void ProcessAttribute(
@@ -502,7 +502,7 @@ public:
const OUString& rLocalName,
css::uno::Reference<css::container::XIndexContainer> const & xMap);
- virtual ~XMLImageMapCircleContext();
+ virtual ~XMLImageMapCircleContext() override;
protected:
virtual void ProcessAttribute(