summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuinsert.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 14:52:31 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 14:52:31 +0000
commit59123d395da2b95e6139feb277ecdcd9828887dd (patch)
tree5b3df6de681457c7ffc3c5dbe843cd464f5663e8 /sd/source/ui/func/fuinsert.cxx
parent9fed7dcec65b94e84e9559cefa2373053eb3d335 (diff)
INTEGRATION: CWS aw037 (1.40.4); FILE MERGED
2006/11/27 16:38:17 aw 1.40.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024
Diffstat (limited to 'sd/source/ui/func/fuinsert.cxx')
-rw-r--r--sd/source/ui/func/fuinsert.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 093403daa62a..ea8e8efbfe5e 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuinsert.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:29:15 $
+ * last change: $Author: kz $ $Date: 2006-12-12 15:52:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -429,7 +429,7 @@ void FuInsertOLE::DoExecute( SfxRequest& rReq )
pOleObj->SetProgName( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarMath" ) ) );
}
- pView->HideMarkHdl();
+ //HMHpView->HideMarkHdl();
pOleObj->SetLogicRect(aRect);
Size aTmp = OutputDevice::LogicToLogic( aRect.GetSize(), MAP_100TH_MM, aUnit );
aSz.Width = aTmp.Width();
@@ -623,7 +623,7 @@ void FuInsertOLE::DoExecute( SfxRequest& rReq )
( (SdrOle2Obj*) pObj)->SetAspect(nAspect);
Rectangle aRect = ( (SdrOle2Obj*) pObj)->GetLogicRect();
- pView->HideMarkHdl();
+ //HMHpView->HideMarkHdl();
if ( nAspect == embed::Aspects::MSOLE_ICON )
{
@@ -690,7 +690,7 @@ void FuInsertOLE::DoExecute( SfxRequest& rReq )
if (bCreateNew)
{
- pView->HideMarkHdl();
+ //HMHpView->HideMarkHdl();
pObj->SetLogicRect(aRect);
if ( nAspect != embed::Aspects::MSOLE_ICON )