diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:55:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:55:13 +0000 |
commit | 46272bcc9565c88fa62f2b58ce7f24a3414241cd (patch) | |
tree | 06913990b7646e8903cb1371e763526169079c36 /svx | |
parent | 84cd777bf0ed6b9c665b619651ddf808cf094b5a (diff) |
INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED
2006/02/17 15:22:26 cl 1.3.222.1: warning free code changes
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unomlstr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/unomlstr.cxx b/svx/source/unodraw/unomlstr.cxx index 533991925b..654ac78f72 100644 --- a/svx/source/unodraw/unomlstr.cxx +++ b/svx/source/unodraw/unomlstr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomlstr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:05:20 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:55:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ SvxUnoShapeModifyListener::~SvxUnoShapeModifyListener() throw() } // ::com::sun::star::util::XModifyListener -void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& aEvent) throw( uno::RuntimeException ) +void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& ) throw( uno::RuntimeException ) { if( mpObj ) { @@ -61,7 +61,7 @@ void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& aEven } // ::com::sun::star::lang::XEventListener -void SvxUnoShapeModifyListener::disposing(const lang::EventObject& Source) throw( uno::RuntimeException ) +void SvxUnoShapeModifyListener::disposing(const lang::EventObject& ) throw( uno::RuntimeException ) { invalidate(); } |