summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/contentinfo.hxx
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 /include/ucbhelper/contentinfo.hxx
parentde-macroize xmlhelp tvfactory (diff)
downloadcore-514a6de4822523164ef66916198e36944a826db3.tar.gz
core-514a6de4822523164ef66916198e36944a826db3.zip
kill ucbhelper XTYPEPROVIDER_DECL macro
Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f
Diffstat (limited to 'include/ucbhelper/contentinfo.hxx')
-rw-r--r--include/ucbhelper/contentinfo.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index 212c22e73665..2b4864adf900 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -76,7 +76,12 @@ public:
throw();
// XTypeProvider
- XTYPEPROVIDER_DECL()
+ virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
+ getImplementationId()
+ throw( com::sun::star::uno::RuntimeException, std::exception );
+ virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
+ getTypes()
+ throw( com::sun::star::uno::RuntimeException, std::exception );
// XPropertySetInfo
virtual com::sun::star::uno::Sequence<
@@ -139,7 +144,12 @@ public:
throw();
// XTypeProvider
- XTYPEPROVIDER_DECL()
+ virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
+ getImplementationId()
+ throw( com::sun::star::uno::RuntimeException, std::exception );
+ virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
+ getTypes()
+ throw( com::sun::star::uno::RuntimeException, std::exception );
// XCommandInfo
virtual com::sun::star::uno::Sequence<