summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesImportHelper.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:11:14 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:11:14 +0000
commit11487842f75255cfe633af9085145bdf618d5c45 (patch)
tree6115328d54a655a1011e45059a118c8e37554ddf /sc/source/filter/xml/XMLStylesImportHelper.hxx
parent9093c2d2c94a1327bb3f7bd4c930f98e5d161a01 (diff)
INTEGRATION: CWS rowlimit (1.6.322); FILE MERGED
2004/02/13 17:17:07 er 1.6.322.1: #i1967# document interface uses SCCOL/SCROW/SCTAB, API and filter use sal_Int32
Diffstat (limited to 'sc/source/filter/xml/XMLStylesImportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesImportHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLStylesImportHelper.hxx b/sc/source/filter/xml/XMLStylesImportHelper.hxx
index a5c21f01eab3..9b0b8e822158 100644
--- a/sc/source/filter/xml/XMLStylesImportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesImportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStylesImportHelper.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sab $ $Date: 2001-11-15 10:19:19 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:11:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,8 +153,8 @@ class ScMyStyleRanges : public SvRefBase
void AddCurrencyRange(const ScRange& rRange, ScRangeListRef xList,
const rtl::OUString* pStyleName, const rtl::OUString* pCurrency,
ScXMLImport& rImport, const sal_uInt32 nMaxRanges);
- void InsertColRow(const ScRange& rRange, const sal_Int16 nDx, const sal_Int16 nDy,
- const sal_Int16 nDz, ScDocument* pDoc);
+ void InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy,
+ const SCsTAB nDz, ScDocument* pDoc);
void SetStylesToRanges(ScRangeList* pList,
const rtl::OUString* pStyleName, const sal_Int16 nCellType,
const rtl::OUString* pCurrency, ScXMLImport& rImport);