Kaydet (Commit) 9ef2d5e8 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS dba12 (1.19.26); FILE MERGED

2004/05/18 08:35:24 cl 1.19.26.2: #i29181# removed last fix since it has sideeffects
2004/05/14 15:13:06 cl 1.19.26.1: #i29181# unmark shape after removal
üst 20ae05a0
......@@ -2,9 +2,9 @@
*
* $RCSfile: svdmrkv.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: rt $ $Date: 2004-04-02 14:13:17 $
* last change: $Author: hjs $ $Date: 2004-06-28 17:00:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -187,6 +187,21 @@ void __EXPORT SdrMarkView::SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType
// HideMarkHdl(NULL);
//}
// #i29181#
/* removed fix since it does not work for group shapes and for grouping
if( eKind == HINT_OBJREMOVED )
{
SdrObject* pObj = const_cast< SdrObject* >( pSdrHint->GetObject() );
USHORT nAnz=GetPageViewCount();
while(nAnz--)
{
SdrPageView* pPV=GetPageViewPvNum(nAnz);
MarkObj(pObj, GetPageViewPvNum(nAnz), TRUE );
}
}
*/
bMarkedObjRectDirty=TRUE;
bMarkedPointsRectsDirty=TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment