Kaydet (Commit) a2a2e45c authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: duplicateBranch

üst f9cac2a3
...@@ -4364,10 +4364,7 @@ void HwpReader::makePictureDRAW(HWPDrawingObject *drawobj, Picture * hbox) ...@@ -4364,10 +4364,7 @@ void HwpReader::makePictureDRAW(HWPDrawingObject *drawobj, Picture * hbox)
if (drawobj->u.freeform.npt > 2){ if (drawobj->u.freeform.npt > 2){
int n, i; int n, i;
if( bIsNatural == sal_True ) n = drawobj->u.freeform.npt;
n = drawobj->u.freeform.npt;
else
n = drawobj->u.freeform.npt ;
double *xarr = new double[n+1]; double *xarr = new double[n+1];
double *yarr = new double[n+1]; double *yarr = new double[n+1];
......
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