diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:30:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:30:26 +0000 |
commit | 3da6b2d0bb15d39c1bf191d037ccaf3e371411fe (patch) | |
tree | 599861d42c2fc8adb98c1290d6a98774c9423bcb /forms | |
parent | 96b58301bbddcbb411a2b03531eff83f94f0be6c (diff) |
INTEGRATION: CWS eforms4 (1.10.16); FILE MERGED
2005/03/08 16:49:01 dvo 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED
2004/12/10 09:10:55 fs 1.10.16.1: #i36359# some method constness
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index b6cc3c67b699..0c111cc1de39 100644 --- a/forms/source/component/ListBox.hxx +++ b/forms/source/component/ListBox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ListBox.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2005-02-17 10:42:23 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:30:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -225,9 +225,9 @@ protected: virtual ::com::sun::star::uno::Any translateDbColumnToControlValue( ); virtual ::com::sun::star::uno::Any - translateExternalValueToControlValue( ); + translateExternalValueToControlValue( ) const; virtual ::com::sun::star::uno::Any - translateControlValueToExternalValue( ); + translateControlValueToExternalValue( ) const; virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset ); virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm ); |