Kaydet (Commit) f678ef3d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS eforms4 (1.4.74); FILE MERGED

2004/12/10 09:10:56 fs 1.4.74.1: #i36359# some method constness
üst 4a9bf3be
......@@ -2,9 +2,9 @@
*
* $RCSfile: scrollbar.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: hr $ $Date: 2004-04-13 11:16:03 $
* last change: $Author: vg $ $Date: 2005-03-23 11:32:32 $
*
* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment