CWS-TOOLING: integrate CWS mba30fixes02

This commit is contained in:
Oliver Bolte
2008-10-14 05:23:43 +00:00
parent aba2169bfb
commit b7b0c7adee
2 changed files with 2 additions and 12 deletions

View File

@@ -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 )

View File

@@ -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()
{ }