summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcvali.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:38:55 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:38:55 +0000
commit4716c6a24c0deba9d0d0a6c24c688ede01985a3f (patch)
treeacb8314c1e447ad6660695935077ff76cb831500 /sc/source/filter/xml/xmlcvali.cxx
parentb768f4c18d835624322c6351b99f4a57371e5865 (diff)
INTEGRATION: CWS calc33 (1.21.50); FILE MERGED
2005/10/26 18:14:40 nn 1.21.50.1: #i56720# ignore all namespaces in formulas
Diffstat (limited to 'sc/source/filter/xml/xmlcvali.cxx')
-rw-r--r--sc/source/filter/xml/xmlcvali.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlcvali.cxx b/sc/source/filter/xml/xmlcvali.cxx
index c1c12b5d8de9..1434af2eafb5 100644
--- a/sc/source/filter/xml/xmlcvali.cxx
+++ b/sc/source/filter/xml/xmlcvali.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlcvali.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:05:32 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:38:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -282,7 +282,7 @@ ScXMLContentValidationContext::ScXMLContentValidationContext( ScXMLImport& rImpo
{
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().
_GetKeyByAttrName( sValue, &sCondition, sal_False );
- if (XML_NAMESPACE_OOOC != nPrefix)
+ if ( nPrefix == XML_NAMESPACE_UNKNOWN || nPrefix == XML_NAMESPACE_NONE ) // #i56720#
sCondition = sValue;
}
break;