summaryrefslogtreecommitdiff
path: root/include/ucbhelper/macros.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/macros.hxx
parent27399c3433147df9f876c2d0262b7616d36a5c63 (diff)
kill ucbhelper XTYPEPROVIDER_DECL macro
Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r--include/ucbhelper/macros.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 9f69cdab4166..72494f885b26 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -35,20 +35,6 @@
#define CPPU_TYPE( T ) getCppuType( static_cast< T * >( 0 ) )
#define CPPU_TYPE_REF( T ) CPPU_TYPE( com::sun::star::uno::Reference< T > )
-// XTypeProvider decl.
-
-
-
-#define 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 );
-
-
-
// XTypeProvider impl. internals