summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-04-22 17:34:50 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-04-22 17:55:55 +0200
commita2c54dc208278afca127c049f069b48b2a35710e (patch)
treec745fa39f830f0674a2180744b2b4cbe479d8896 /forms/source/component/ListBox.hxx
parent1e698bb7f1614f69caa5a30df64a47d18435c89b (diff)
ListBox: take care of validation (use binding value when appropriate)
Change-Id: I7c2ab0e42a82baa39e1b48124cc8cf58bfa126d5
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 7b77883d6b0a..fe60540bd8b9 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -186,6 +186,8 @@ protected:
translateExternalValueToControlValue( const ::com::sun::star::uno::Any& _rExternalValue ) const;
virtual ::com::sun::star::uno::Any
translateControlValueToExternalValue( ) const;
+ virtual ::com::sun::star::uno::Any
+ translateControlValueToValidatableValue( ) const;
virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset );
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm );