summaryrefslogtreecommitdiff
path: root/forms/source/component/Edit.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 09:51:20 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 09:51:20 +0000
commita370bed51a2644f1db6226b0e6ec79dc1d5adf1f (patch)
tree13ea2109bbca8212a392410600b2f43b4707bf13 /forms/source/component/Edit.hxx
parente5e61630ba27086d1b8dfd9b7147dcb25db0e3e9 (diff)
INTEGRATION: CWS frmvalidation (1.8.36); FILE MERGED
2004/03/11 16:46:14 fs 1.8.36.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external value suppliers into css.form.binding (out of drafts.css.form/component)
Diffstat (limited to 'forms/source/component/Edit.hxx')
-rw-r--r--forms/source/component/Edit.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index 8a94ae5982e2..d68083670015 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 08:57:08 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:51:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ protected:
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm );
virtual void onDisconnectedDbColumn();
- virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::form::XValueBinding >& _rxBinding );
+ virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
protected:
virtual sal_Int16 getPersistenceFlags() const;