summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-07-29 12:45:56 +0000
committerFrank Schönheit <fs@openoffice.org>2002-07-29 12:45:56 +0000
commit436bbc1dbeb5e7af0602c189d08a3385e84e6e5f (patch)
treec656af1e3159c67c02ce6e7a7559e8c11375a20e /toolkit/inc/toolkit/controls
parent88b511747c50142a90248ef640978cf267c36cec (diff)
#101719# formatted field: overload convertFastPropertyValue to do some more sophisticated checks
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index a6b9071c7a73..96ef55b6e968 100644
--- a/toolkit/inc/toolkit/controls/unocontrols.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrols.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: fs $ $Date: 2002-05-16 05:47:45 $
+ * last change: $Author: fs $ $Date: 2002-07-29 13:43:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -407,6 +407,14 @@ protected:
::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const;
::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
+protected:
+ sal_Bool SAL_CALL convertFastPropertyValue(
+ ::com::sun::star::uno::Any& rConvertedValue,
+ ::com::sun::star::uno::Any& rOldValue,
+ sal_Int32 nPropId,
+ const ::com::sun::star::uno::Any& rValue
+ ) throw (::com::sun::star::lang::IllegalArgumentException);
+
public:
UnoControlFormattedFieldModel();
UnoControlFormattedFieldModel( const UnoControlFormattedFieldModel& rModel ) : UnoControlModel( rModel ) {;}