summaryrefslogtreecommitdiff
path: root/forms/source/inc/FormComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/FormComponent.hxx')
-rw-r--r--forms/source/inc/FormComponent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 5367ceb29c50..fdd5c886ca91 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -922,14 +922,14 @@ protected:
virtual void onConnectedExternalValue( );
/** called whenever a connection to an external supplier of values (XValueBinding) has been suspended
*/
- void onDisconnectedExternalValue();
+ void onDisconnectedExternalValue();
/** called whenever an external validator has been registered
*/
- void onConnectedValidator( );
+ void onConnectedValidator( );
/** called whenever an external validator has been revoked
*/
- void onDisconnectedValidator( );
+ void onDisconnectedValidator( );
/** nFieldType is the type of the field, on which the model will be linked.
The linking happens when sal_True is returned.