diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:30:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:30:53 +0000 |
commit | 3e03354f9d4a6ad82e3d60fecff55baa564876f5 (patch) | |
tree | 27c54fe8b242dd21435627398cd202f544c1b07c /forms/source/component/RadioButton.hxx | |
parent | 50ca9ade13dc1163936a1d960bd1c9ffc9f8e0fa (diff) |
INTEGRATION: CWS eforms4 (1.8.6); FILE MERGED
2004/12/10 09:10:55 fs 1.8.6.1: #i36359# some method constness
Diffstat (limited to 'forms/source/component/RadioButton.hxx')
-rw-r--r-- | forms/source/component/RadioButton.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx index 15f4428e4185..b38e474978aa 100644 --- a/forms/source/component/RadioButton.hxx +++ b/forms/source/component/RadioButton.hxx @@ -2,9 +2,9 @@ * * $RCSfile: RadioButton.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-11-16 10:40:44 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:30:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ protected: translateDbColumnToControlValue( ); virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset ); virtual ::com::sun::star::uno::Any - translateExternalValueToControlValue( ); + translateExternalValueToControlValue( ) const; protected: void SetSiblingPropsTo(const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rValue); |