summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/implncvt.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-01-29 10:02:54 +0000
committerKurt Zenker <kz@openoffice.org>2009-01-29 10:02:54 +0000
commit4c39ae976837fe7c6a7529234ae369e7cc4519b7 (patch)
treec7aee2740d7ff95a31df0eb020ea6ec069d0ee29 /vcl/source/gdi/implncvt.cxx
parent259ca3fe08291a243b2232a5d5ec2d8600bfe8a7 (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.cxx2
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;