summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/qa/cppunit/xmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx
index 40e3b50e81be..7296428fabe0 100644
--- a/sax/qa/cppunit/xmlimport.cxx
+++ b/sax/qa/cppunit/xmlimport.cxx
@@ -356,7 +356,7 @@ void XMLImportTest::setUp()
m_xLegacyFastParser->setDocumentHandler( m_xDocumentHandler.get() );
Reference< XFastTokenHandler > xTokenHandler;
- xTokenHandler.set( new DummyTokenHandler() );
+ xTokenHandler.set( new DummyTokenHandler );
uno::Reference<lang::XInitialization> const xInit(m_xLegacyFastParser,
uno::UNO_QUERY_THROW);
uno::Sequence<uno::Any> args(1);