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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index e5b5ffc59ff7..5367ceb29c50 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -315,7 +315,7 @@ public:
protected:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes() SAL_OVERRIDE;
// implement the lock setting
- virtual void _setLock(bool _bLock);
+ void _setLock(bool _bLock);
};
@@ -922,14 +922,14 @@ protected:
virtual void onConnectedExternalValue( );
/** called whenever a connection to an external supplier of values (XValueBinding) has been suspended
*/
- virtual void onDisconnectedExternalValue();
+ void onDisconnectedExternalValue();
/** called whenever an external validator has been registered
*/
- virtual void onConnectedValidator( );
+ void onConnectedValidator( );
/** called whenever an external validator has been revoked
*/
- virtual 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.