diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:32:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:32:59 +0000 |
commit | 4ed527f7c88e83009fa34ae07af8ae9c61b03801 (patch) | |
tree | 37a6cff4c71ada4c2ba26159d10a97e618116af7 /forms | |
parent | 66336e1a4bf8fcbd65cf18401f82b5849b073555 (diff) |
INTEGRATION: CWS eforms4 (1.4.74); FILE MERGED
2004/12/10 09:10:54 fs 1.4.74.1: #i36359# some method constness
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/spinbutton.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/spinbutton.hxx b/forms/source/component/spinbutton.hxx index 708e4401ddb6..f16ed9605573 100644 --- a/forms/source/component/spinbutton.hxx +++ b/forms/source/component/spinbutton.hxx @@ -2,9 +2,9 @@ * * $RCSfile: spinbutton.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:16:15 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:32:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,9 +123,9 @@ namespace frm getDefaultForReset() const; virtual ::com::sun::star::uno::Any - translateExternalValueToControlValue( ); + translateExternalValueToControlValue( ) const; virtual ::com::sun::star::uno::Any - translateControlValueToExternalValue( ); + translateControlValueToExternalValue( ) const; virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding ); // XCoponent and related helpers |