forked from amazingfate/loongoffice
Dead code
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user