summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-05 14:43:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-05 16:52:26 +0200
commitcfce4865e81db30635cf3a166d77731be41cd9a7 (patch)
tree126b256cd8b992bea21e33b9adf66bf361592fef /forms
parent35021cd56b3b4e38035804087f215c80085564be (diff)
dito->ditto
Change-Id: I432dcc61dfb53e6b439052c495a602aab8a58f5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100172 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormComponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 450ef822b632..34b5f51c538d 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -1368,7 +1368,7 @@ void OBoundControlModel::disposing()
// disconnect from our external value binding
if ( hasExternalValueBinding() )
disconnectExternalValueBinding();
- // dito for the validator
+ // ditto for the validator
if ( hasValidator() )
disconnectValidator( );
}