From 55f6dcd908728a3e197ff5d527a83024acbf7a2c Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Fri, 22 Jun 2001 19:03:09 +0000 Subject: TFD taskforce changes --- sc/source/ui/docshell/docsh6.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/docshell/docsh6.cxx') diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 0accbfe6edd6..3ff6a8abf662 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh6.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: er $ $Date: 2001-04-18 12:30:51 $ + * last change: $Author: nn $ $Date: 2001-06-22 19:55:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -271,8 +271,8 @@ void ScDocShell::SetVisAreaOrSize( const Rectangle& rVisArea, BOOL bModifyStart if (pViewSh->GetViewData()->GetDocShell() == this) pViewSh->UpdateOleZoom(); } - else - DataChanged( SvDataType() ); // fuer Zuppeln wenn nicht IP-aktiv + //else + // DataChanged( SvDataType() ); // fuer Zuppeln wenn nicht IP-aktiv } if (aDocument.IsEmbedded()) @@ -333,8 +333,8 @@ void ScDocShell::UpdateOle( const ScViewData* pViewData, BOOL bSnapSize ) bChange = TRUE; } - if (bChange) - DataChanged( SvDataType() ); //! passiert auch bei SetModified +// if (bChange) +// DataChanged( SvDataType() ); //! passiert auch bei SetModified } // -- cgit