summaryrefslogtreecommitdiff
path: root/include/ucbhelper/macros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r--include/ucbhelper/macros.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index e8b8cee3a8f8..c6f31a6b9baf 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -37,23 +37,6 @@
-// XInterface decl.
-
-
-
-#define XINTERFACE_DECL() \
- virtual com::sun::star::uno::Any SAL_CALL \
- queryInterface( const com::sun::star::uno::Type & rType ) \
- throw( com::sun::star::uno::RuntimeException, std::exception ); \
- virtual void SAL_CALL \
- acquire() \
- throw(); \
- virtual void SAL_CALL \
- release() \
- throw();
-
-
-
// XInterface impl. internals.