summaryrefslogtreecommitdiff
path: root/include/test/mtfxmldump.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/mtfxmldump.hxx')
-rw-r--r--include/test/mtfxmldump.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/mtfxmldump.hxx b/include/test/mtfxmldump.hxx
index 6fc24e61992e..38087d6f8f3a 100644
--- a/include/test/mtfxmldump.hxx
+++ b/include/test/mtfxmldump.hxx
@@ -21,7 +21,7 @@
class XmlWriter;
enum class MetaActionType;
-class OOO_DLLPUBLIC_TEST MetafileXmlDump
+class OOO_DLLPUBLIC_TEST MetafileXmlDump final
{
o3tl::enumarray<MetaActionType, bool> maFilter;
@@ -29,7 +29,7 @@ class OOO_DLLPUBLIC_TEST MetafileXmlDump
public:
MetafileXmlDump();
- virtual ~MetafileXmlDump();
+ ~MetafileXmlDump();
void filterActionType(const MetaActionType nActionType, bool bShouldFilter);
void filterAllActionTypes();