CWS-TOOLING: integrate CWS mba30fixes02
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: loadlisteneradapter.cxx,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.7.68.1 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
@@ -135,11 +135,6 @@ namespace bib
|
||||
}
|
||||
|
||||
// XEventListener
|
||||
//---------------------------------------------------------------------
|
||||
void OComponentAdapterBase::disposing()
|
||||
{
|
||||
// nothing to do here
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
void SAL_CALL OComponentAdapterBase::disposing( const EventObject& _rSource ) throw( RuntimeException )
|
||||
|
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* $RCSfile: core.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.3.34.1 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
@@ -68,7 +68,6 @@ namespace oooimprovecore
|
||||
|
||||
protected:
|
||||
Core(const Reference<XComponentContext>& context);
|
||||
Core(const Reference<XMultiServiceFactory>& sf);
|
||||
virtual ~Core();
|
||||
|
||||
// XCore
|
||||
@@ -99,10 +98,6 @@ namespace oooimprovecore {
|
||||
UNO_QUERY))
|
||||
{ }
|
||||
|
||||
Core::Core(const Reference<XMultiServiceFactory>& sf)
|
||||
: m_ServiceFactory(sf)
|
||||
{ }
|
||||
|
||||
Core::~Core()
|
||||
{ }
|
||||
|
||||
|
Reference in New Issue
Block a user