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 | 515fe98510c91590b85fd861e4cac0e7f1ab2f85 (patch) | |
tree | 45fab6b38af0c3cdeb98073a033fc0dcef197400 /cppuhelper | |
parent | 7bd683739a056b556e5a91e8389920a1ad159333 (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')
-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 634fa4c27..6140f4e15 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 ); |