Hi Pavel, On 12.01.2012 17:22, Pavel Janík wrote:
Hi,we have two unused variables in sw/source/core/doc/notxtfrm.cxx. Remove or comment or? diff -ur sw.orig/source/core/doc/notxtfrm.cxx sw/source/core/doc/notxtfrm.cxx --- sw.orig/source/core/doc/notxtfrm.cxx 2012-01-12 16:35:11.000000000 +0100 +++ sw/source/core/doc/notxtfrm.cxx 2012-01-12 16:35:50.000000000 +0100 @@ -1043,9 +1043,10 @@ aAlignedGrfArea.Left(), aAlignedGrfArea.Top(), aAlignedGrfArea.Right(), aAlignedGrfArea.Bottom()); const bool bCropped(aGrfAttr.IsCropped()); + /* const bool bMirrorHor(aGrfAttr.GetMirrorFlags()& BMP_MIRROR_HORZ); const bool bMirrorVer(aGrfAttr.GetMirrorFlags()& BMP_MIRROR_VERT); - + */ bDone = paintUsingPrimitivesHelper( *pOut, rSvgDataPtr->getPrimitive2DSequence(),
Thx for the catch. Just double-checked with Armin - the variables shall be removed. Best regards, Oliver.
