diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-01-29 10:02:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-01-29 10:02:54 +0000 |
commit | 4c39ae976837fe7c6a7529234ae369e7cc4519b7 (patch) | |
tree | c7aee2740d7ff95a31df0eb020ea6ec069d0ee29 /vcl/source/gdi/implncvt.cxx | |
parent | 259ca3fe08291a243b2232a5d5ec2d8600bfe8a7 (diff) |
CWS-TOOLING: integrate CWS cmcfixes52
2009-01-05 10:49:04 +0100 cmc r265860 : #i97763# remove low-hanging warnings
Diffstat (limited to 'vcl/source/gdi/implncvt.cxx')
-rw-r--r-- | vcl/source/gdi/implncvt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/implncvt.cxx b/vcl/source/gdi/implncvt.cxx index 9b570b539221..e59fde15b5be 100644 --- a/vcl/source/gdi/implncvt.cxx +++ b/vcl/source/gdi/implncvt.cxx @@ -367,7 +367,7 @@ const Polygon* ImplLineConverter::ImplGetNext() { // Spitzer Winkel : mnFloat0Points = 6; - mpFloat0[ 4 + nFirst ^ 1 ] = aDestPoint; + mpFloat0[ (4 + nFirst) ^ 1 ] = aDestPoint; aDestPoint -= aN2Vec; mpFloat0[ 4 + nFirst ] = aDestPoint; mpFloat0[ 1 + nFirst ] += aN1Vec; |