summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:57:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:57:39 +0000
commitb8599fca529c46c78cc506ad834557d5281276dc (patch)
tree4f58c5b1a145c8650574dff81bd197c5da332b80 /svx/source/customshapes/EnhancedCustomShapeHandle.cxx
parent13955cd26424669385366f635abc74fd70c4fece (diff)
INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED
2006/04/10 13:19:13 sj 1.3.222.1: #i55991# warning free code
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeHandle.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeHandle.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
index 99d815ee63b6..946a25135715 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EnhancedCustomShapeHandle.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:27:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:57:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,8 +46,8 @@
// -----------------------------------------------------------------------------
EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xCustomShape, sal_uInt32 nIndex ) :
- mxCustomShape ( xCustomShape ),
- mnIndex ( nIndex )
+ mnIndex ( nIndex ),
+ mxCustomShape ( xCustomShape )
{
}
@@ -99,7 +99,7 @@ void SAL_CALL EnhancedCustomShapeHandle::setControllerPosition( const com::sun::
}
// XInitialization
-void SAL_CALL EnhancedCustomShapeHandle::initialize( const com::sun::star::uno::Sequence< com::sun::star::uno::Any >& aArguments )
+void SAL_CALL EnhancedCustomShapeHandle::initialize( const com::sun::star::uno::Sequence< com::sun::star::uno::Any >& /* aArguments */ )
throw ( com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException )
{
}