INTEGRATION: CWS aw003 (1.4.134); FILE MERGED

2003/07/24 14:07:11 aw 1.4.134.1: #110094#
Adaptions for DrawingLayer changes
This commit is contained in:
Rüdiger Timm 2003-11-24 16:10:54 +00:00
parent 63dc7ad75e
commit 39d86a3741

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sdclient.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: ka $ $Date: 2001-12-05 15:24:58 $
* last change: $Author: rt $ $Date: 2003-11-24 17:10:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -239,7 +239,8 @@ void SdClient::ViewChanged(USHORT nAspect)
pView->GetModel()->setLock( sal_True );
pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) );
pView->GetModel()->setLock( bOldLock );
pSdrOle2Obj->SendRepaintBroadcast();
pSdrOle2Obj->BroadcastObjectChange();
}
}
}