From d201f5ea615b515925321b4a1328d305d2984519 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 21 Sep 2000 16:47:44 +0000 Subject: still no SetUpdateMode in ScCellEditSource::GetTextForwarder --- sc/source/ui/unoobj/editsrc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/unoobj/editsrc.cxx') diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx index bc92e9de7aef..88b98e517750 100644 --- a/sc/source/ui/unoobj/editsrc.cxx +++ b/sc/source/ui/unoobj/editsrc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editsrc.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:07 $ + * last change: $Author: nn $ $Date: 2000-09-21 17:47:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,7 +217,7 @@ SvxTextForwarder* ScCellEditSource::GetTextForwarder() #if SUPD > 600 // currently, GetPortions doesn't work if UpdateMode is FALSE, // this will be fixed (in EditEngine) by src600 - pEditEngine->SetUpdateMode( FALSE ); +// pEditEngine->SetUpdateMode( FALSE ); #endif pEditEngine->EnableUndo( FALSE ); pEditEngine->SetRefMapMode( MAP_100TH_MM ); -- cgit