diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:19:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:19:26 +0000 |
commit | 86a13a247d207b01919ed546811144092b945984 (patch) | |
tree | 76012430ab543af1ecfb8a53750042690a91c2ec /scripting/source/inc | |
parent | 1bc037dd455286049d2ede3f388d6cfdaba000db (diff) |
INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
2006/01/06 08:58:25 ab 1.4.14.1: #i53898# Removed warnings for unxsols4/unxsols4.pro
Diffstat (limited to 'scripting/source/inc')
-rw-r--r-- | scripting/source/inc/util/util.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/inc/util/util.hxx b/scripting/source/inc/util/util.hxx index 06d00ad78f6a..279b179396db 100644 --- a/scripting/source/inc/util/util.hxx +++ b/scripting/source/inc/util/util.hxx @@ -4,9 +4,9 @@ * * $RCSfile: util.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:26:36 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:19:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ namespace scripting_util { - inline void validateXRef(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xRef, sal_Char* Msg) throw (::com::sun::star::uno::RuntimeException) + inline void validateXRef(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xRef, const sal_Char* Msg) throw (::com::sun::star::uno::RuntimeException) { OSL_ENSURE( xRef.is(), Msg ); |