diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:09:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:09:39 +0000 |
commit | 409dab2c26b5b973586e02a02e1ac43648e3ed48 (patch) | |
tree | 79ec4ab30158562ecd1c267b4ce9ab42f0d9a973 /unotools/source/ucbhelper | |
parent | 8ace7bd9a8fbeaa1e81d1388005e7b8b755067ae (diff) |
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
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r-- | unotools/source/ucbhelper/localfilehelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 > (); } -}; +} |