vcl/source/gdi/graphictools.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 46e5cd0e3464f0c4baf25a9d76d665a23fad32eb Author: Michael Meeks <michael.me...@suse.com> Date: Mon Mar 25 21:58:53 2013 +0000
remove an fprintf I left in in error. diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx index d68bc8b..e982d9f 100644 --- a/vcl/source/gdi/graphictools.cxx +++ b/vcl/source/gdi/graphictools.cxx @@ -123,8 +123,6 @@ void SvtGraphicStroke::scale( double fXScale, double fYScale ) maPath.Scale( fXScale, fYScale ); double fScale = sqrt (fabs (fXScale * fYScale) ); // clearly not ideal. - fprintf( stderr, " HIT A SCALING ! by %g %g %g\n", - (double) fXScale, (double) fYScale, (double) fScale ); mfStrokeWidth *= fScale; mfMiterLimit *= fScale; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits