diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:42:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:42:12 +0000 |
commit | ee4e7a181c9f94db0eadf29de647d0806edc3bfe (patch) | |
tree | dca9aa6d162e1c54eac434ba187d09028f06cc72 /svx/source/form/filtnav.cxx | |
parent | a40270f694812ca0db0c66f6c8987a95c4b2a2da (diff) |
INTEGRATION: CWS dba22ui (1.43.158); FILE MERGED
2006/12/05 11:43:58 fs 1.43.158.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 2976e1c6a138..ce9b9d4d1e06 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filtnav.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:04:30 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:42:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -985,11 +985,8 @@ sal_Bool FmFilterModel::ValidateText(FmFilterItem* pItem, UniString& rText, UniS { ::rtl::OUString aPreparedText; ::com::sun::star::lang::Locale aAppLocale = Application::GetSettings().GetUILocale(); - xParseNode->parseNodeToPredicateStr(aPreparedText, - xConnection->getMetaData(), - xFormatter, - xField,aAppLocale,'.', - getParseContext()); + xParseNode->parseNodeToPredicateStr( + aPreparedText, xConnection, xFormatter, xField, aAppLocale, '.', getParseContext() ); rText = aPreparedText; return sal_True; } |