diff --git a/filter/qa/cppunit/xslt-test.cxx b/filter/qa/cppunit/xslt-test.cxx index ecb044b8553d..db8fe7defaf6 100644 --- a/filter/qa/cppunit/xslt-test.cxx +++ b/filter/qa/cppunit/xslt-test.cxx @@ -57,7 +57,7 @@ struct Listener : public ::cppu::WeakImplHelper1 Listener() : m_bDone(false) {} - virtual void disposing(const lang::EventObject&) throw() SAL_OVERRIDE {} + virtual void SAL_CALL disposing(const lang::EventObject&) throw() SAL_OVERRIDE {} virtual void SAL_CALL started() throw() SAL_OVERRIDE { m_bDone = false; } virtual void SAL_CALL closed() throw() SAL_OVERRIDE { m_bDone = true; } virtual void SAL_CALL terminated() throw() SAL_OVERRIDE { m_bDone = true; }