summaryrefslogtreecommitdiff
path: root/ucb/source/core/identify.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/identify.hxx')
-rw-r--r--ucb/source/core/identify.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/ucb/source/core/identify.hxx b/ucb/source/core/identify.hxx
index a7bfec4d6725..dae7402e7a0f 100644
--- a/ucb/source/core/identify.hxx
+++ b/ucb/source/core/identify.hxx
@@ -39,7 +39,12 @@ public:
virtual ~ContentIdentifier();
// 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();
// XTypeProvider
XTYPEPROVIDER_DECL()