summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/predicateinput.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 15:52:28 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 15:52:28 +0000
commit3683728f7afe3d7ca5ce14fa2a067734f3ec849e (patch)
tree50003855c486ccba4f09301be97d5aafb13a6b09 /connectivity/source/commontools/predicateinput.cxx
parent9119f3b2d38599a205b95953935e78ac294d6a19 (diff)
INTEGRATION: CWS dba12 (1.5.136); FILE MERGED
2004/04/28 06:53:29 fs 1.5.136.1: #i26720# forgot to use the parse context in normalizePredicateString ...
Diffstat (limited to 'connectivity/source/commontools/predicateinput.cxx')
-rw-r--r--connectivity/source/commontools/predicateinput.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/predicateinput.cxx b/connectivity/source/commontools/predicateinput.cxx
index 9a2615f40f37..59d7b40c5a11 100644
--- a/connectivity/source/commontools/predicateinput.cxx
+++ b/connectivity/source/commontools/predicateinput.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: predicateinput.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:38:15 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 16:52:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -317,7 +317,7 @@ namespace dbtools
sTransformedText = ::rtl::OUString();
pParseNode->parseNodeToPredicateStr(
sTransformedText, m_xConnection->getMetaData(), m_xFormatter, _rxField,
- rParseContext.getPreferredLocale(), nDecSeparator
+ rParseContext.getPreferredLocale(), (sal_Char)nDecSeparator, &rParseContext
);
_rPredicateValue = sTransformedText;
delete pParseNode;