diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:33:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:33:12 +0000 |
commit | 0764015741991302a9a307e5f98971253d7e615f (patch) | |
tree | e927abb9e35fae64ed7bc2c712aeaf37e39a9664 /cppuhelper/source | |
parent | 49f853ffd7c4e93ae7f7740d8f4c0c8d8995f7c2 (diff) |
INTEGRATION: CWS warnings01 (1.6.46); FILE MERGED
2006/01/25 17:10:25 sb 1.6.46.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/22 15:37:37 sb 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/07 11:05:29 sb 1.6.46.1: #i53898# Made code warning-free.
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/exc_thrower.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index 2e4d88ef0eec..136e34a83b6b 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exc_thrower.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2006-01-10 15:50:29 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:33:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -293,7 +293,7 @@ Any SAL_CALL getCaughtException() } Any ret; - uno_any_destruct( &ret, cpp_release ); + uno_any_destruct( &ret, reinterpret_cast< uno_ReleaseFunc >(cpp_release) ); uno_type_any_constructAndConvert( &ret, exc->pData, exc->pType, uno2cpp.get() ); uno_any_destruct( exc, 0 ); |