diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-19 10:49:33 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-19 13:50:53 +0200 |
commit | 879bfcbf84fc7b73b5475d3f02e98184a2065dc5 (patch) | |
tree | bd8b6c60dc67e5ea5b77564968f3f17b4da171b0 /sax | |
parent | 38deb7e53b01e3636b8049ba016f4cb903526ad4 (diff) |
Remove unused XFastTokenHandler functions
Change-Id: I0d8072f1194aa837932dcffd6dc6a3761bbdc74e
Diffstat (limited to 'sax')
-rw-r--r-- | sax/qa/cppunit/parser.cxx | 12 |
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 { |