diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:45:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:45:01 +0000 |
commit | f97c561b4b24ba9c155b123928e7940bcd1d85ee (patch) | |
tree | b575747a58746449fda79f7f93c12c9aca6d2b9d /basegfx | |
parent | e970f395fbc0b6a3e3f6d7ed96eb036078d265f3 (diff) |
INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED
2005/10/24 16:15:03 pl 1.3.8.1: #i55991# remove warnings for solaris platform
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dsvgpolypolygon.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx index 360572d75cf9..f9f107350533 100644 --- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx +++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dsvgpolypolygon.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:47:54 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:45:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ namespace basegfx bool lcl_getDoubleChar(double& o_fRetval, sal_Int32& io_rPos, const ::rtl::OUString& rStr, - const sal_Int32 nLen) + const sal_Int32 /*nLen*/) { sal_Unicode aChar( rStr[io_rPos] ); ::rtl::OUStringBuffer sNumberString; @@ -163,7 +163,7 @@ namespace basegfx void lcl_skipDouble(sal_Int32& io_rPos, const ::rtl::OUString& rStr, - const sal_Int32 nLen) + const sal_Int32 /*nLen*/) { sal_Unicode aChar( rStr[io_rPos] ); |