summaryrefslogtreecommitdiff
path: root/include/ucbhelper/resultset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/resultset.hxx')
-rw-r--r--include/ucbhelper/resultset.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 67e86b6257b4..4d3a43d1dd3e 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -108,7 +108,12 @@ public:
virtual ~ResultSet();
// 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()