summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:18:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:18:37 +0000
commit19154b47a76ff72a3540a6f9dd3044b8bfc4fc99 (patch)
tree7c3669bd0a4d66c3d5b24723c74dca66d32ce6af /canvas
parentf62d8a28f2d4bc20af29669dedc9db0d26f65e9d (diff)
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2005/11/15 16:51:48 thb 1.2.8.1: #i55991# made code compile without warnings for gcc
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/tools/parametricpolypolygon.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/canvas/source/tools/parametricpolypolygon.cxx b/canvas/source/tools/parametricpolypolygon.cxx
index 04c2b9f5e4b9..dedd5c27b5cd 100644
--- a/canvas/source/tools/parametricpolypolygon.cxx
+++ b/canvas/source/tools/parametricpolypolygon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parametricpolypolygon.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 12:54:50 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:18:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,7 @@ namespace canvas
mxDevice.clear();
}
- uno::Reference< rendering::XPolyPolygon2D > SAL_CALL ParametricPolyPolygon::getOutline( double t ) throw (lang::IllegalArgumentException, uno::RuntimeException)
+ uno::Reference< rendering::XPolyPolygon2D > SAL_CALL ParametricPolyPolygon::getOutline( double /*t*/ ) throw (lang::IllegalArgumentException, uno::RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -134,7 +134,7 @@ namespace canvas
return uno::Reference< rendering::XPolyPolygon2D >();
}
- uno::Sequence< double > SAL_CALL ParametricPolyPolygon::getColor( double t ) throw (lang::IllegalArgumentException, uno::RuntimeException)
+ uno::Sequence< double > SAL_CALL ParametricPolyPolygon::getColor( double /*t*/ ) throw (lang::IllegalArgumentException, uno::RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -142,7 +142,7 @@ namespace canvas
return uno::Sequence< double >();
}
- uno::Sequence< double > SAL_CALL ParametricPolyPolygon::getPointColor( const geometry::RealPoint2D& point ) throw (lang::IllegalArgumentException, uno::RuntimeException)
+ uno::Sequence< double > SAL_CALL ParametricPolyPolygon::getPointColor( const geometry::RealPoint2D& /*point*/ ) throw (lang::IllegalArgumentException, uno::RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );