From 86a13a247d207b01919ed546811144092b945984 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 09:19:26 +0000
Subject: 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
---
scripting/source/inc/util/util.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'scripting/source/inc')
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 );
--
cgit