summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-06-28 08:14:56 +0000
committergt <gt@openoffice.org>2001-06-28 08:14:56 +0000
commit9da8d459a44adaf0bca3dcbb11fe53c3041253de (patch)
tree8952bd5e04594c5a678f894ff143905406969231 /sc
parentd72e6210365e5f4fbf3bd2dc905ab6264eec9283 (diff)
#88908# not possible set of XF index in array record disabled
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/impop.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index d6285f486de6..e195b9a43d65 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impop.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: dr $ $Date: 2001-06-27 12:49:33 $
+ * last change: $Author: gt $ $Date: 2001-06-28 09:14:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -797,14 +797,14 @@ void ImportExcel::Array25( void )
nFirstCol, nFirstRow, nLastCol, nLastRow, aMarkData,
EMPTY_STRING, pErgebnis );
- UINT16 nRowCnt, nColCnt;
+/* UINT16 nRowCnt, nColCnt;
for( nColCnt = nFirstCol + 1 ; nColCnt <= nLastCol ; nColCnt++ )
for( nRowCnt = nFirstRow ; nRowCnt <= nLastRow ; nRowCnt++ )
{
pFltTab->SetXF( nColCnt, nRowCnt, nLastXF );
aColRowBuff.Used( nColCnt, nRowCnt );
- }
+ }*/
}
}
@@ -1930,14 +1930,14 @@ void ImportExcel::Array34( void )
aMarkData.SelectOneTable( nTab );
pD->InsertMatrixFormula( nFirstCol, nFirstRow, nLastCol, nLastRow, aMarkData, EMPTY_STRING, pErgebnis);
- UINT16 nRowCnt, nColCnt;
+/* UINT16 nRowCnt, nColCnt;
for( nColCnt = nFirstCol + 1 ; nColCnt <= nLastCol ; nColCnt++ )
for( nRowCnt = nFirstRow ; nRowCnt <= nLastRow ; nRowCnt++ )
{
pFltTab->SetXF( nColCnt, nRowCnt, nLastXF );
aColRowBuff.Used( nColCnt, nRowCnt );
- }
+ }*/
}
pLastFormCell = NULL;