summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excdoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/excdoc.cxx')
-rw-r--r--sc/source/filter/excel/excdoc.cxx15
1 files changed, 8 insertions, 7 deletions
diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx
index e1de723afdcc..32abbe3a018c 100644
--- a/sc/source/filter/excel/excdoc.cxx
+++ b/sc/source/filter/excel/excdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: excdoc.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: dr $ $Date: 2001-04-19 14:17:26 $
+ * last change: $Author: dr $ $Date: 2001-05-10 17:24:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -502,6 +502,7 @@ void ExcTable::FillAsHeader( ExcRecordListRefs& rBSRecList )
else
{
Add( new ExcDummy8_040 );
+ Add( new ExcWindow18( rR ) );
Add( new Exc1904( rDoc ) );
Add( new ExcDummy8_041 );
// Font
@@ -1126,7 +1127,10 @@ void ExcTable::FillAsTable( void )
aTableOpList.UpdateCells();
if( rR.eDateiTyp < Biff8 )
+ {
Add( new ExcWindow2( nExcTab ) );
+ Add( new ExcSelection( 3, 0, 0 ) );
+ }
else
{
ScDrawLayer* pDrawLayer = rDoc.GetDrawLayer();
@@ -1164,12 +1168,9 @@ void ExcTable::FillAsTable( void )
}
// WINDOW2
- Add( new ExcWindow28( nExcTab ) );
+ Add( new ExcWindow28( rR, nScTab ) );
}
- // Default-Recs am Ende
- Add( new ExcDummy_03 );
-
if( rR.eDateiTyp >= Biff8 )
{
// web queries
@@ -1280,7 +1281,7 @@ void ExcTable::NullTab( const String* pCodename )
}
// WINDOW2
- Add( new ExcWindow28( nExcTab ) );
+ Add( new ExcWindow28( rR, nScTab ) );
}
Add( new ExcEof );
}