summaryrefslogtreecommitdiff
path: root/embeddedobj/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:22:51 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:22:51 +0000
commitc926d39ae597ad696d16d9ff7aafbbd9792f75bc (patch)
tree9fae4b154e952450d32e9f48e19f7fba05130197 /embeddedobj/source
parent36cb6e6aa822698cd7d2c0710836d6a8197d93ac (diff)
INTEGRATION: CWS sb59 (1.23.24); FILE MERGED
2006/08/29 14:08:21 sb 1.23.24.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'embeddedobj/source')
-rw-r--r--embeddedobj/source/msole/olemisc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/olemisc.cxx b/embeddedobj/source/msole/olemisc.cxx
index 6b1d973cf44d..ff976135271c 100644
--- a/embeddedobj/source/msole/olemisc.cxx
+++ b/embeddedobj/source/msole/olemisc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: olemisc.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:44:30 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:22:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -362,7 +362,7 @@ uno::Reference< util::XCloseable > SAL_CALL OleEmbeddedObject::getComponent()
{
// the object is still not running
throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The object is not loaded!\n" ),
- uno::Reference< uno::XInterface >( reinterpret_cast< ::cppu::OWeakObject* >(this) ) );
+ uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) );
}
// if ( m_bWaitSaveCompleted )