Kaydet (Commit) db31e877 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sj13 (1.4.136); FILE MERGED

2004/12/08 00:42:07 sj 1.4.136.2: RESYNC: (1.4-1.5); FILE MERGED
2004/11/29 10:18:41 sj 1.4.136.1: #i38048# added some more broadcasting on object changes
üst 9ed9e1c1
......@@ -2,9 +2,9 @@
*
* $RCSfile: extrusionbar.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2004-11-26 15:09:40 $
* last change: $Author: rt $ $Date: 2005-01-07 09:24:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -419,6 +419,7 @@ static void impl_execute( SdrView* pSdrView, SfxRequest& rReq, SdrCustomShapeGeo
{
pObj->SetMergedItem( XSecondaryFillColorItem( String(), aColor ) );
}
pObj->BroadcastObjectChange();
}
}
break;
......@@ -653,6 +654,7 @@ void ExtrusionBar::execute( SdrView* pSdrView, SfxRequest& rReq, SfxBindings& rB
SdrCustomShapeGeometryItem aGeometryItem( (SdrCustomShapeGeometryItem&)pObj->GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ) );
impl_execute( pSdrView, rReq, aGeometryItem, pObj );
pObj->SetMergedItem( aGeometryItem );
pObj->BroadcastObjectChange();
pSdrView->EndUndo();
}
}
......
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