summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/qa/cppunit/parser.cxx')
-rw-r--r--sax/qa/cppunit/parser.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sax/qa/cppunit/parser.cxx b/sax/qa/cppunit/parser.cxx
index 5674b11403e4..5669d0f0bb92 100644
--- a/sax/qa/cppunit/parser.cxx
+++ b/sax/qa/cppunit/parser.cxx
@@ -29,18 +29,6 @@ public:
DummyTokenHandler() {}
virtual ~DummyTokenHandler() {}
- virtual sal_Int32 SAL_CALL getToken( const OUString& )
- throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
- {
- CPPUNIT_ASSERT_MESSAGE( "getToken: unexpected call", false );
- return FastToken::DONTKNOW;
- }
- virtual OUString SAL_CALL getIdentifier( sal_Int32 )
- throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
- {
- CPPUNIT_ASSERT_MESSAGE( "getIdentifier: unexpected call", false );
- return OUString();
- }
virtual sal_Int32 SAL_CALL getTokenFromUTF8( const uno::Sequence<sal_Int8>& )
throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
{