summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excdoc.hxx')
-rw-r--r--sc/source/filter/inc/excdoc.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx
index 26b9a64ef89a..7c4aee214eaa 100644
--- a/sc/source/filter/inc/excdoc.hxx
+++ b/sc/source/filter/inc/excdoc.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -61,9 +61,9 @@ private:
XclExpCellTableRef mxCellTable;
SCTAB mnScTab; // table number SC document
- UINT16 nExcTab; // table number Excel document
- UINT16 nAktRow; // fuer'n Iterator
- UINT16 nAktCol;
+ UINT16 nExcTab; // table number Excel document
+ UINT16 nAktRow; // fuer'n Iterator
+ UINT16 nAktCol;
NameBuffer* pTabNames;
@@ -81,8 +81,8 @@ public:
void FillAsTable( SCTAB nCodeNameIdx );
void FillAsEmptyTable( SCTAB nCodeNameIdx );
- void Write( XclExpStream& );
- void WriteXml( XclExpXmlStream& );
+ void Write( XclExpStream& );
+ void WriteXml( XclExpXmlStream& );
};
@@ -98,20 +98,20 @@ private:
typedef XclExpRecordList< ExcBundlesheetBase > ExcBoundsheetList;
typedef ExcBoundsheetList::RecordRefType ExcBoundsheetRef;
- ExcTable aHeader;
+ ExcTable aHeader;
ExcTableList maTableList;
ExcBoundsheetList maBoundsheetList;
- XclExpChangeTrack* pExpChangeTrack;
+ XclExpChangeTrack* pExpChangeTrack;
public:
explicit ExcDocument( const XclExpRoot& rRoot );
virtual ~ExcDocument();
- void ReadDoc( void );
- void Write( SvStream& rSvStrm );
- void WriteXml( XclExpXmlStream& );
+ void ReadDoc( void );
+ void Write( SvStream& rSvStrm );
+ void WriteXml( XclExpXmlStream& );
};