summaryrefslogtreecommitdiff
path: root/include/test/xmlwriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/xmlwriter.hxx')
-rw-r--r--include/test/xmlwriter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/xmlwriter.hxx b/include/test/xmlwriter.hxx
index 836a12384795..96a5314d8d48 100644
--- a/include/test/xmlwriter.hxx
+++ b/include/test/xmlwriter.hxx
@@ -18,7 +18,7 @@
class SvStream;
-class OOO_DLLPUBLIC_TEST XmlWriter
+class OOO_DLLPUBLIC_TEST XmlWriter final
{
private:
SvStream* mpStream;
@@ -26,7 +26,7 @@ private:
public:
XmlWriter(SvStream* pStream);
- virtual ~XmlWriter();
+ ~XmlWriter();
void startDocument();
void endDocument();