diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-02-09 17:07:34 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-02-09 17:07:34 +0000 |
commit | 37d897b715c34c16f3f45aa343422c15046a51ae (patch) | |
tree | 383997fed43d56991182d02350c26316e38721ac /sc/source/core | |
parent | a87be528d8ad3eb3024961ce1c3ff6b918efee6e (diff) |
new file format defines
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/cell.cxx | 16 | ||||
-rw-r--r-- | sc/source/core/data/documen2.cxx | 16 | ||||
-rw-r--r-- | sc/source/core/data/documen5.cxx | 16 |
3 files changed, 24 insertions, 24 deletions
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index c6a699d7469b..7d0d9b348559 100644 --- a/sc/source/core/data/cell.cxx +++ b/sc/source/core/data/cell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cell.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: er $ $Date: 2001-02-09 14:24:08 $ + * last change: $Author: nn $ $Date: 2001-02-09 18:05:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -764,12 +764,12 @@ ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, BYTE cData; rStream >> cData; #ifndef PRODUCT - static BOOL bShown = 0; - if ( !bShown && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) - { - bShown = 1; - DBG_ERRORFILE( "bei inkompatiblem FileFormat den FormatIndex umheben!" ); - } +// static BOOL bShown = 0; +// if ( !bShown && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) +// { +// bShown = 1; +// DBG_ERRORFILE( "bei inkompatiblem FileFormat den FormatIndex umheben!" ); +// } #endif if( cData & 0x0F ) { diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 2d36ba4e1a06..5a559d9f04d6 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: documen2.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: nn $ $Date: 2001-01-31 16:44:35 $ + * last change: $Author: nn $ $Date: 2001-02-09 18:05:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -989,12 +989,12 @@ BOOL ScDocument::Load( SvStream& rStream, ScProgress* pProgress ) // hier einmal eingespart werden kann und somit nicht mehr alle Charts // angefasst werden muessen. Die ChartListenerCollection muss dann zum Master // der Referenzen werden. - static BOOL bShown = 0; - if ( !bShown && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) - { - bShown = 1; - DBG_ERRORFILE( "bei inkompatiblem FileFormat ChartListenerCollection speichern!" ); - } +// static BOOL bShown = 0; +// if ( !bShown && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) +// { +// bShown = 1; +// DBG_ERRORFILE( "bei inkompatiblem FileFormat ChartListenerCollection speichern!" ); +// } #endif UpdateChartListenerCollection(); if (pDrawLayer) diff --git a/sc/source/core/data/documen5.cxx b/sc/source/core/data/documen5.cxx index 43d03432e17b..3c4556dd5f7a 100644 --- a/sc/source/core/data/documen5.cxx +++ b/sc/source/core/data/documen5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: documen5.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: er $ $Date: 2000-12-13 12:43:43 $ + * last change: $Author: nn $ $Date: 2001-02-09 18:05:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -698,12 +698,12 @@ void ScDocument::UpdateChartListenerCollection() if (bEnabled) aIPObj->EnableSetModified(TRUE); #ifndef PRODUCT - static BOOL bShown74046 = 0; - if ( !bShown74046 && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) - { - bShown74046 = 1; - DBG_ERRORFILE( "on incompatible file format save number formatter standard precision in chart" ); - } +// static BOOL bShown74046 = 0; +// if ( !bShown74046 && SOFFICE_FILEFORMAT_NOW > SOFFICE_FILEFORMAT_50 ) +// { +// bShown74046 = 1; +// DBG_ERRORFILE( "on incompatible file format save number formatter standard precision in chart" ); +// } #endif #endif } |