From 409dab2c26b5b973586e02a02e1ac43648e3ed48 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 13:09:39 +0000 Subject: INTEGRATION: CWS warnings01 (1.15.16); FILE MERGED 2005/10/27 10:51:18 pl 1.15.16.1: #i55991# removed warnings for solaris platform --- unotools/source/ucbhelper/localfilehelper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unotools/source/ucbhelper') diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx index 48035c1fd2cc..9a1c9ac645a5 100644 --- a/unotools/source/ucbhelper/localfilehelper.cxx +++ b/unotools/source/ucbhelper/localfilehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localfilehelper.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:50:32 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:09:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -195,7 +195,7 @@ DECLARE_LIST( StringList_Impl, ::rtl::OUString* ) Reference< ::com::sun::star::sdbc::XResultSet > xResultSet; ::com::sun::star::uno::Sequence< ::rtl::OUString > aProps(1); ::rtl::OUString* pProps = aProps.getArray(); - pProps[0] == ::rtl::OUString::createFromAscii( "Url" ); + pProps[0] = ::rtl::OUString::createFromAscii( "Url" ); try { @@ -252,4 +252,4 @@ DECLARE_LIST( StringList_Impl, ::rtl::OUString* ) return Sequence < ::rtl::OUString > (); } -}; +} -- cgit v1.2.3