diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:42:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:42:53 +0000 |
commit | ee0e6c16bac6c07d06c4d1d78c98b75fe44e93cb (patch) | |
tree | 80fad66a16cbb80ff616d6983193d4ba4f2ec0a9 /sc | |
parent | 52c2dc9e902314a8c81ba6ffe6620ce318921968 (diff) |
INTEGRATION: CWS calc30 (1.17.88); FILE MERGED
2005/02/18 11:34:31 sab 1.17.88.1: #119760#; don't cache all
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlcvali.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlcvali.cxx b/sc/source/filter/xml/xmlcvali.cxx index 623af1d74c93..20b7157914e2 100644 --- a/sc/source/filter/xml/xmlcvali.cxx +++ b/sc/source/filter/xml/xmlcvali.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlcvali.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2004-11-26 12:30:24 $ + * last change: $Author: vg $ $Date: 2005-03-08 15:42:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -307,7 +307,7 @@ ScXMLContentValidationContext::ScXMLContentValidationContext( ScXMLImport& rImpo case XML_TOK_CONTENT_VALIDATION_CONDITION: { sal_uInt16 nPrefix = GetImport().GetNamespaceMap(). - GetKeyByAttrName( sValue, &sCondition ); + _GetKeyByAttrName( sValue, &sCondition, sal_False ); if (XML_NAMESPACE_OOOC != nPrefix) sCondition = sValue; } |