summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucopy.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 14:51:21 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 14:51:21 +0000
commitddf3577b938e0b3fb85c24ae8b032738b0648471 (patch)
tree74a13e7c10243b14470142b2fc4c1897435d6882 /sd/source/ui/func/fucopy.cxx
parent35ae514d48e7ed5d8cbb540c9e1e570757eeeafa (diff)
INTEGRATION: CWS aw037 (1.12.4); FILE MERGED
2006/11/27 16:38:16 aw 1.12.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024
Diffstat (limited to 'sd/source/ui/func/fucopy.cxx')
-rw-r--r--sd/source/ui/func/fucopy.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/func/fucopy.cxx b/sd/source/ui/func/fucopy.cxx
index 38c07730e43f..3984853f1331 100644
--- a/sd/source/ui/func/fucopy.cxx
+++ b/sd/source/ui/func/fucopy.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fucopy.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:28:25 $
+ * last change: $Author: kz $ $Date: 2006-12-12 15:51:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -218,7 +218,7 @@ void FuCopy::DoExecute( SfxRequest& rReq )
bColor = FALSE;
// Handles wegnehmen
- pView->HideMarkHdl();
+ //HMHpView->HideMarkHdl();
SfxProgress* pProgress = NULL;
BOOL bWaiting = FALSE;
@@ -340,8 +340,8 @@ void FuCopy::DoExecute( SfxRequest& rReq )
pDocSh->SetWaitCursor( FALSE );
// Handles zeigen
- pView->AdjustMarkHdl( TRUE );
- pView->ShowMarkHdl();
+ pView->AdjustMarkHdl(); //HMH TRUE );
+ //HMHpView->ShowMarkHdl();
pView->EndUndo();
}