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.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 2e283094b874..46e504dbbfb0 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -124,7 +124,15 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception );
// XServiceInfo
- XSERVICEINFO_NOFACTORY_DECL()
+ virtual OUString SAL_CALL getImplementationName()
+ throw( css::uno::RuntimeException, std::exception );
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
+ throw( css::uno::RuntimeException, std::exception );
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
+ throw( css::uno::RuntimeException, std::exception );
+
+ static OUString getImplementationName_Static();
+ static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
// XComponent
virtual void SAL_CALL