summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-20 19:33:47 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-20 19:33:47 -0500
commit514a6de4822523164ef66916198e36944a826db3 (patch)
tree21a5d17175292d28fef24ed8f4e0615f66f2f470 /ucb/source/ucp/gvfs
parent27399c3433147df9f876c2d0262b7616d36a5c63 (diff)
kill ucbhelper XTYPEPROVIDER_DECL macro
Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.hxx5
-rw-r--r--ucb/source/ucp/gvfs/gvfs_provider.hxx5
2 files changed, 8 insertions, 2 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx
index 628400957835..80abafdfa6f0 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.hxx
@@ -208,7 +208,10 @@ public:
throw();
// XTypeProvider
- XTYPEPROVIDER_DECL()
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
+ throw( css::uno::RuntimeException, std::exception );
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
+ throw( css::uno::RuntimeException, std::exception );
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()
diff --git a/ucb/source/ucp/gvfs/gvfs_provider.hxx b/ucb/source/ucp/gvfs/gvfs_provider.hxx
index f2b2c2b2d115..d2415bcf53a9 100644
--- a/ucb/source/ucp/gvfs/gvfs_provider.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_provider.hxx
@@ -41,7 +41,10 @@ public:
throw();
// XTypeProvider
- XTYPEPROVIDER_DECL()
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
+ throw( css::uno::RuntimeException, std::exception );
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
+ throw( css::uno::RuntimeException, std::exception );
// XServiceInfo
XSERVICEINFO_DECL()