summaryrefslogtreecommitdiff
path: root/include/xmloff/txtprmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/txtprmap.hxx')
-rw-r--r--include/xmloff/txtprmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtprmap.hxx b/include/xmloff/txtprmap.hxx
index fc4039e0344c..f6c48e4435f8 100644
--- a/include/xmloff/txtprmap.hxx
+++ b/include/xmloff/txtprmap.hxx
@@ -222,7 +222,7 @@ class XMLOFF_DLLPUBLIC XMLTextPropertySetMapper : public XMLPropertySetMapper
{
public:
XMLTextPropertySetMapper( TextPropMap nType, bool bForExport );
- virtual ~XMLTextPropertySetMapper();
+ virtual ~XMLTextPropertySetMapper() override;
static const XMLPropertyMapEntry* getPropertyMapForType( TextPropMap _nType );
};