Hello, Cppcheck reported these: [drawinglayer/source/primitive2d/sceneprimitive2d.cxx:196]: (style) Variable 'fViewSizeX' is assigned a value that is never used. [drawinglayer/source/primitive2d/sceneprimitive2d.cxx:197]: (style) Variable 'fViewSizeY' is assigned a value that is never used.
193 if(fReducedVisualisationFactor != 1.0) 194 { 195 fReduceFactor *= fReducedVisualisationFactor; 196 fViewSizeX *= fReducedVisualisationFactor; 197 fViewSizeY *= fReducedVisualisationFactor; 198 } see http://opengrok.libreoffice.org/xref/core/drawinglayer/source/primitive2d/sceneprimitive2d.cxx#193 Indeed, fViewSizeX and fViewSizeY. this time I don't think they should be removed, I rather think something is lacking. Any idea? Julien -- View this message in context: http://nabble.documentfoundation.org/Cppcheck-reports-an-2-assignments-which-isn-t-used-in-drawinglayer-module-tp4026316.html Sent from the Dev mailing list archive at Nabble.com. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice