diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:49:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:49:07 +0000 |
commit | 932b46d9968c32743b7d906d3cd9f2d50d3005fc (patch) | |
tree | 5d994870bfb69461424adcf535da679bb20aa21f /connectivity/source | |
parent | c0bead125c3dfd11a4f4821ada0839f45e6c62fa (diff) |
INTEGRATION: CWS dba24b (1.16.124); FILE MERGED
2007/09/04 20:45:44 fs 1.16.124.1: spelling
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/commontools/DateConversion.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/DateConversion.cxx b/connectivity/source/commontools/DateConversion.cxx index 52fd9b3682bd..ea3b4c92de5d 100644 --- a/connectivity/source/commontools/DateConversion.cxx +++ b/connectivity/source/commontools/DateConversion.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DateConversion.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:57:56 $ + * last change: $Author: hr $ $Date: 2007-11-01 14:49:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -242,7 +242,7 @@ void DBTypeConversion::setValue(const Reference<XColumnUpdate>& xVariant, // einfache Nummer dar -> anpassen ::rtl::OUString sExpanded(rString); static ::rtl::OUString s_sPercentSymbol = ::rtl::OUString::createFromAscii("%"); - // need a method to add a sal_Unicode to a string, 'til then we use a static string const Exception& + // need a method to add a sal_Unicode to a string, 'til then we use a static string sExpanded += s_sPercentSymbol; fValue = xFormatter->convertStringToNumber(nKeyToUse, sExpanded); } |