diff options
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/threadpool/current.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index 87b8c415d98c..ce92209cf45e 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -47,18 +47,6 @@ using namespace ::com::sun::star::uno; namespace cppu { -//-------------------------------------------------------------------------------------------------- -class SAL_NO_VTABLE XInterface -{ -public: - virtual void SAL_CALL slot_queryInterface() = 0; - virtual void SAL_CALL acquire() throw () = 0; - virtual void SAL_CALL release() throw () = 0; -protected: - ~XInterface() {} - // avoid warnings about virtual members and non-virtual dtor -}; -//-------------------------------------------------------------------------------------------------- static typelib_InterfaceTypeDescription * get_type_XCurrentContext() { static typelib_InterfaceTypeDescription * s_type_XCurrentContext = 0; |