diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-09-13 10:06:40 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-09-13 10:06:40 +0000 |
commit | 2544e94ee6292b05c46a8db05643e322646e7e3d (patch) | |
tree | becdbd80954e1bfc109133cd1d1393b421a06d87 /sd/source/ui/view/sdview2.cxx | |
parent | 4823bfaa02874b81d381c54e3029f68c53e71aeb (diff) |
#90020#: use persist name of OLE objects
Diffstat (limited to 'sd/source/ui/view/sdview2.cxx')
-rw-r--r-- | sd/source/ui/view/sdview2.cxx | 7 |
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 ) ) |