summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 15:40:13 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 15:40:13 +0000
commitca966050c612253aa274a9faad618db802bf8c49 (patch)
treee5a65e19e3de6a7607a89a1582ea813ff247f2f6 /svx/source/svdraw/svdedtv.cxx
parent1e938b3f786105666d1974e160935a3f2c2a6372 (diff)
INTEGRATION: CWS aw037 (1.20.2); FILE MERGED
2006/11/27 16:36:23 aw 1.20.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r--svx/source/svdraw/svdedtv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index de7c75317368..3c23b7ac066a 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdedtv.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:40:42 $
+ * last change: $Author: kz $ $Date: 2006-12-12 16:40:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -726,7 +726,7 @@ void SdrEditView::DeleteMarkedObj()
{
if (GetMarkedObjectCount()) {
BrkAction();
- HideMarkHdl();
+ //HMHHideMarkHdl();
BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_DELETE);
DeleteMarkedList(GetMarkedObjectList());
GetMarkedObjectListWriteAccess().Clear();