diff options
author | Armin Weiss <aw@openoffice.org> | 2008-04-08 04:58:18 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2008-04-08 04:58:18 +0000 |
commit | c26daed09eec42ad007cc94cc145b60325fcd289 (patch) | |
tree | 1896924a22d9714033247e6fa14cfbca01a1cbae | |
parent | 2dbb46309996a3649e78884eadf15a53a793a860 (diff) |
#i39532# warning change to constructor
-rw-r--r-- | drawinglayer/source/primitive2d/borderlineprimitive2d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx index 111023ae3d50..dd686754a781 100644 --- a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: borderlineprimitive2d.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: aw $ $Date: 2008-04-08 05:51:22 $ + * last change: $Author: aw $ $Date: 2008-04-08 05:58:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -186,9 +186,9 @@ namespace drawinglayer mfExtendInnerEnd(fExtendInnerEnd), mfExtendOuterStart(fExtendOuterStart), mfExtendOuterEnd(fExtendOuterEnd), + maRGBColor(rRGBColor), mbCreateInside(bCreateInside), - mbCreateOutside(bCreateOutside), - maRGBColor(rRGBColor) + mbCreateOutside(bCreateOutside) { } |