INTEGRATION: CWS sb59 (1.18.24); FILE MERGED

2006/08/29 14:08:18 sb 1.18.24.1: #i67487# Made code warning-free (wntmsci10).
This commit is contained in:
Oliver Bolte 2006-10-12 10:20:29 +00:00
parent 0041c0b8ac
commit ab1ac69251

View file

@ -4,9 +4,9 @@
*
* $RCSfile: miscobj.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: obo $ $Date: 2006-09-17 00:40:51 $
* last change: $Author: obo $ $Date: 2006-10-12 11:20:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -513,7 +513,7 @@ uno::Reference< util::XCloseable > SAL_CALL OCommonEmbeddedObject::getComponent(
{
// the object is still not loaded
throw uno::RuntimeException( ::rtl::OUString::createFromAscii( "Can't store object without persistence!\n" ),
uno::Reference< uno::XInterface >( reinterpret_cast< ::cppu::OWeakObject* >(this) ) );
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) );
}
// if ( m_bWaitSaveCompleted )