diff options
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index e1ef0bb281bb..2cffd349e300 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -143,7 +143,12 @@ public: : m_rContent( rContent ) {} // XInterface - XINTERFACE_DECL() + virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) + throw( css::uno::RuntimeException, std::exception ); + virtual void SAL_CALL acquire() + throw(); + virtual void SAL_CALL release() + throw(); // XContentEventListener virtual void SAL_CALL contentEvent( const ContentEvent& evt ) |