summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/sdview2.cxx')
-rw-r--r--sd/source/ui/view/sdview2.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index eb4091c34c93..14d9b9722abd 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdview2.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: ka $ $Date: 2001-08-23 10:50:28 $
+ * last change: $Author: ka $ $Date: 2001-09-13 11:06:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -479,6 +479,9 @@ BOOL SdView::BeginDrag(Window* pWindow, Point aStartPos)
{
BrkAction();
+ if( IsTextEdit() )
+ EndTextEdit();
+
SdViewShell* pViewShell= pDocSh->GetViewShell();
if( pViewShell && pViewShell->ISA( SdDrawViewShell ) )