summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:45:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:45:13 +0000
commit8bc9b900b57cd717823984c67c64308c862ac5f6 (patch)
treefe887dd61bcc246a45fee4581d049a3c691f2cba /basegfx
parentf97c561b4b24ba9c155b123928e7940bcd1d85ee (diff)
INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED
2006/02/21 14:40:25 thb 1.6.8.1: #i55991# Changed matrix template int param to unsigned; int-casting it to reduced range where necessary; reverted senseless bitfield back to bool; renamed function parameter according to naming conventions (i.e. ripped off leading m)
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/polygon/b3dpolygon.cxx b/basegfx/source/polygon/b3dpolygon.cxx
index 3d0c93398f92..8abfa9165fd6 100644
--- a/basegfx/source/polygon/b3dpolygon.cxx
+++ b/basegfx/source/polygon/b3dpolygon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b3dpolygon.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:48:09 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:45:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -232,7 +232,7 @@ class ImplB3DPolygon
// bitfield
// flag which decides if this polygon is opened or closed
- unsigned mbIsClosed : 1;
+ bool mbIsClosed;
public:
// This constructor is only used from the static identity polygon, thus