summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-07-05 06:04:05 +0000
committerThomas Lange <tl@openoffice.org>2001-07-05 06:04:05 +0000
commit69f155282ad270384621899c70c0f0120a8f9dd8 (patch)
tree6fd8e33bd1b0791e08666edee7400c8b4acbb7be /starmath/source
parent07f7daef1f0a68f704b8739dc549d546a21bb7cd (diff)
#82051# casual disappearance of text after insertion from drag and drop fixed
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/view.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 5e97618f836d..6d87d13f3fb9 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tl $ $Date: 2001-06-14 13:51:50 $
+ * last change: $Author: tl $ $Date: 2001-07-05 07:04:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1602,10 +1602,7 @@ void SmViewShell::Activate( BOOL bIsMDIActivate )
SmEditWindow *pEdit = GetEditWindow();
if ( pEdit )
{
- //! Hier beim (synchronen) Aufruf zum Taskwechsel werden beim SmEditWindow
- //! auch implizit dessen Timer neu gestartet.
- //! siehe auch Kommentar zu SmEditWindow::CursorMoveTimerHdl
- pEdit->SetText( GetDoc()->GetText() );
+// pEdit->SetText( GetDoc()->GetEditEngine().GetText( LINEEND_LF ) );
if ( bIsMDIActivate )
pEdit->GrabFocus();