summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-09-21 16:47:44 +0000
committerNiklas Nebel <nn@openoffice.org>2000-09-21 16:47:44 +0000
commitd201f5ea615b515925321b4a1328d305d2984519 (patch)
treec7867cbbf90b44d5834be42021591e6242dc8233 /sc/source/ui/unoobj/editsrc.cxx
parentcd539a8c05524a262724d4d2b84535c732998ff8 (diff)
still no SetUpdateMode in ScCellEditSource::GetTextForwarder
Diffstat (limited to 'sc/source/ui/unoobj/editsrc.cxx')
-rw-r--r--sc/source/ui/unoobj/editsrc.cxx6
1 files changed, 3 insertions, 3 deletions
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 );