Kaydet (Commit) 22bb8b0d authored tarafından Armin Le Grand's avatar Armin Le Grand

OperationSmiley: Corrected shadowing of local variables

Change-Id: I7826c7d80ca822cd8211cbf9444f21c3bcfaf6aa
üst 3b4c64ef
...@@ -205,10 +205,10 @@ SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText( ...@@ -205,10 +205,10 @@ SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText(
if(bIsSdrObjCustomShape) if(bIsSdrObjCustomShape)
{ {
SdrObjCustomShape& rSdrObjCustomShape( SdrObjCustomShape& rSdrObjCustomShape2(
static_cast< SdrObjCustomShape& >( static_cast< SdrObjCustomShape& >(
*GetSdrObjectFromXShape(mxShape))); *GetSdrObjectFromXShape(mxShape)));
EnhancedCustomShape2d aCustomShape2d(rSdrObjCustomShape); EnhancedCustomShape2d aCustomShape2d(rSdrObjCustomShape2);
aTextBounds = aCustomShape2d.GetTextRect(); aTextBounds = aCustomShape2d.GetTextRect();
} }
......
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