diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 14:58:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 14:58:24 +0000 |
commit | 8b7253c340bbdbad9553c2634048b3f05ab13c57 (patch) | |
tree | 9b2fce04cc16e06d41fa3e1fa7b0d24310037458 /svx/source/form | |
parent | c1b31d3549850644e5faf232b18c9626ca956d67 (diff) |
INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED
2006/02/15 13:28:11 fs 1.3.222.1: #i55991# warning-free code
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmtextcontrolfeature.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmtextcontrolfeature.cxx b/svx/source/form/fmtextcontrolfeature.cxx index 0cd43f085ea0..bd8bc5561d11 100644 --- a/svx/source/form/fmtextcontrolfeature.cxx +++ b/svx/source/form/fmtextcontrolfeature.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmtextcontrolfeature.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:57:54 $ + * last change: $Author: hr $ $Date: 2006-06-19 15:58:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,7 +114,7 @@ namespace svx } //-------------------------------------------------------------------- - void SAL_CALL FmTextControlFeature::disposing( const EventObject& Source ) throw (RuntimeException) + void SAL_CALL FmTextControlFeature::disposing( const EventObject& /*Source*/ ) throw (RuntimeException) { // nothing to do } |