Kaydet (Commit) ba6714d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Dead code

üst 467ac438
...@@ -47,18 +47,6 @@ using namespace ::com::sun::star::uno; ...@@ -47,18 +47,6 @@ using namespace ::com::sun::star::uno;
namespace cppu 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 * get_type_XCurrentContext()
{ {
static typelib_InterfaceTypeDescription * s_type_XCurrentContext = 0; static typelib_InterfaceTypeDescription * s_type_XCurrentContext = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment