diff options
Diffstat (limited to 'sax/test/sax/testsax.cxx')
-rw-r--r-- | sax/test/sax/testsax.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index 1100119e7bb6..815e7fccee02 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -135,7 +135,6 @@ sal_Int32 OSaxParserTest::test( testInvariant( TestName , TestObject ); } else { - Reference < XParser > parser( TestObject , UNO_QUERY ); if( 1 == hTestHandle ) { @@ -291,7 +290,6 @@ public: const Reference< XAttributeList > & xAttribs) throw (SAXException,RuntimeException) { - if( m_rLocator.is() ) { if( m_bPrint ) { |