summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLElementPropertyContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLElementPropertyContext.hxx')
-rw-r--r--xmloff/inc/XMLElementPropertyContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLElementPropertyContext.hxx b/xmloff/inc/XMLElementPropertyContext.hxx
index 1c412c818ae4..88aac3d136b3 100644
--- a/xmloff/inc/XMLElementPropertyContext.hxx
+++ b/xmloff/inc/XMLElementPropertyContext.hxx
@@ -45,7 +45,7 @@ public:
const XMLPropertyState& rProp,
::std::vector< XMLPropertyState > &rProps );
- virtual ~XMLElementPropertyContext();
+ virtual ~XMLElementPropertyContext() override;
virtual void EndElement() override;
};