-Werror=maybe-uninitialized

Change-Id: I696dc966bce7a19d0de898fc107aa29784011bb4
This commit is contained in:
Matúš Kukan
2014-01-29 19:17:29 +01:00
parent 9aa500f3ea
commit 79a532c1be

View File

@@ -4460,7 +4460,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
(sal_uInt16)nStartAngle / 10, (sal_uInt16)nEndAngle / 10, sal_True );
Rectangle aPolyPieRect( aXPoly.GetBoundRect() );
double fYScale, fXScale;
double fYScale = 0.0, fXScale = 0.0;
double fYOfs, fXOfs;
Point aP( aObjData.aBoundRect.Center() );