From kde-commits Wed Jan 07 22:53:14 2004 From: Jason Kivlighn Date: Wed, 07 Jan 2004 22:53:14 +0000 To: kde-commits Subject: kdenonbeta/krecipes/src/exporters Message-Id: <20040107225314.A5D409398 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107351618604493 CVS commit by jkivlighn: Oops, that wasn't supposed to be committed.... M +1 -1 htmlexporter.cpp 1.10 --- kdenonbeta/krecipes/src/exporters/htmlexporter.cpp #1.9:1.10 @@ -404,5 +404,5 @@ int HTMLExporter::createBlocks( const Re /* if (newHeight>elementHeight) */ elementHeight=newHeight; // Keep user's size if it's defined as bigger - //delete sizeCalculator; + delete sizeCalculator; } rect->setHeight((int)(ceil(elementHeight*100.0/m_width))); // set the new height to the element