summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-25 21:58:53 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-25 21:59:38 +0000
commit46e5cd0e3464f0c4baf25a9d76d665a23fad32eb (patch)
tree750b577faded3f5b866e0b65fb2936062242a45d /vcl
parent8ffe4af627d526131a3f06c54c3410b66f0c0f2b (diff)
remove an fprintf I left in in error.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/graphictools.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index d68bc8b31bcf..e982d9fcce7c 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;