diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:04:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:04:40 +0000 |
commit | f8a7e684237ba0f5c96edd4e0fedd00ec28c9c14 (patch) | |
tree | a9b6dec9b9982e780da7cc6e66a8a5eee13c370a /sc | |
parent | 34b279aa06eac89719c6445b4b550857e9712d79 (diff) |
INTEGRATION: CWS dr27 (1.13.18); FILE MERGED
2004/10/01 11:08:22 dr 1.13.18.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/XclExpChangeTrack.hxx | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/sc/source/filter/inc/XclExpChangeTrack.hxx b/sc/source/filter/inc/XclExpChangeTrack.hxx index 509bd316a7bd..84ae4f63b507 100644 --- a/sc/source/filter/inc/XclExpChangeTrack.hxx +++ b/sc/source/filter/inc/XclExpChangeTrack.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XclExpChangeTrack.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-09-08 15:41:11 $ + * last change: $Author: rt $ $Date: 2004-11-09 15:04:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ //___________________________________________________________________ -class ExcUPN; class ScBaseCell; //___________________________________________________________________ @@ -484,15 +483,15 @@ inline void XclExpChTrAction::WriteTabId( XclExpStream& rStrm, SCTAB nTab ) cons struct XclExpChTrData { XclExpString* pString; - ExcUPN* pUPN; + XclExpTokenArrayRef mxTokArr; XclExpRefLogVec aRefLog; double fValue; sal_Int32 nRKValue; sal_uInt16 nType; sal_uInt16 nSize; - inline XclExpChTrData(); - inline ~XclExpChTrData() { Clear(); } + XclExpChTrData(); + ~XclExpChTrData(); void Clear(); void WriteFormula( @@ -505,16 +504,6 @@ struct XclExpChTrData const XclExpChTrTabIdBuffer& rTabIdBuffer ); }; -inline XclExpChTrData::XclExpChTrData() : - pString( NULL ), - pUPN( NULL ), - fValue( 0.0 ), - nRKValue( 0 ), - nType( EXC_CHTR_TYPE_EMPTY ), - nSize( 0 ) -{ -} - //___________________________________________________________________ // XclExpChTrCellContent - changed cell content |