diff options
Diffstat (limited to 'xmloff/inc/XMLImageMapContext.hxx')
-rw-r--r-- | xmloff/inc/XMLImageMapContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLImageMapContext.hxx b/xmloff/inc/XMLImageMapContext.hxx index 165c0f0e6765..f1fc133cc4b0 100644 --- a/xmloff/inc/XMLImageMapContext.hxx +++ b/xmloff/inc/XMLImageMapContext.hxx @@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star { } } } -class XMLImageMapContext : public SvXMLImportContext +class XMLImageMapContext final : public SvXMLImportContext { /// the image map to be imported css::uno::Reference< css::container::XIndexContainer> xImageMap; |