diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:03:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:03:11 +0000 |
commit | 432e50cd1145f983c0c925b013d15b9688ec7592 (patch) | |
tree | a62e21f545b1098ea3a5c4e8ce4298e27c84525e /forms/source/xforms/binding.cxx | |
parent | 6016891efdc85dad3006bd2168b3ffd5f158131c (diff) |
INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED
2006/03/14 15:20:34 fs 1.4.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/xforms/binding.cxx')
-rw-r--r-- | forms/source/xforms/binding.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx index 86824d2b4..23291cee9 100644 --- a/forms/source/xforms/binding.cxx +++ b/forms/source/xforms/binding.cxx @@ -4,9 +4,9 @@ * * $RCSfile: binding.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:13:44 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:03:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,8 +141,8 @@ Binding::Binding() : mxModel(), msBindingID(), maBindingExpression(), - mxNamespaces( new NameContainer<OUString>() ), maReadonly(), + mxNamespaces( new NameContainer<OUString>() ), mbInCalculate( false ), mnDeferModifyNotifications( 0 ), mbValueModified( false ), @@ -1218,7 +1218,7 @@ sal_Bool Binding::isValid( const Any_t& ) } rtl::OUString Binding::explainInvalid( - const Any_t& Value ) + const Any_t& /*Value*/ ) throw( RuntimeException ) { // first, check for model |