summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-01-02 13:41:38 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-01-02 13:41:38 +0000
commit51b9819447437d09f11f3146af333a1d0e693635 (patch)
tree4036cb1df980472958c8f900db1a0870430d9496 /xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
parent6f7e8313b204faded40495b796819bfe7fee018c (diff)
- fixed: use proper int type for XAttributeList (eliminates compiler warnings in wntmsci3)
Diffstat (limited to 'xmloff/source/text/XMLSectionSourceDDEImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLSectionSourceDDEImportContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
index 4961ddb7b4e0..6445dc820d5c 100644
--- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
+++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionSourceDDEImportContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2000-11-20 19:56:50 $
+ * last change: $Author: dvo $ $Date: 2001-01-02 14:41:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,8 +171,8 @@ void XMLSectionSourceDDEImportContext::StartElement(
OUString sItem;
sal_Bool bAutomaticUpdate = sal_False;
- sal_Int32 nLength = xAttrList->getLength();
- for(sal_Int32 nAttr = 0; nAttr < nLength; nAttr++)
+ sal_Int16 nLength = xAttrList->getLength();
+ for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++)
{
OUString sLocalName;
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().