diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-07 16:01:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-07 23:08:45 +0200 |
commit | 621580eda6361c5a9f949ad7a16691abf632e370 (patch) | |
tree | 7f327ea1631fb21b534acb9715e7edebb548cd3a /forms | |
parent | e17e3dd6d9c06f0dc25246a4e0fb82970d74ba39 (diff) |
Fix typos to complete commit cfce486
See:
https: //gerrit.libreoffice.org/c/core/+/100172
Change-Id: Iefcf549f23fa27affe7b6254d82eb2fc8ecf283b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100334
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 | ||||
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 4 | ||||
-rw-r--r-- | forms/source/inc/property.hxx | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index ca6681c40a23..182e3ba34760 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -1222,7 +1222,7 @@ void ODatabaseForm::disposing() m_aErrorListeners.disposeAndClear(aEvt); m_aParameterManager.dispose(); // To free any references it may have to be me - m_aFilterManager.dispose(); // (dito) + m_aFilterManager.dispose(); // (ditto) OFormComponents::disposing(); OPropertySetAggregationHelper::disposing(); diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 09fdb0658c3b..1817c633ebe4 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -532,12 +532,12 @@ typedef ::cppu::ImplHelper4 < css::form::XLoadListener typedef ::cppu::ImplHelper1 < css::form::XBoundComponent > OBoundControlModel_COMMITTING; -// dito +// ditto typedef ::cppu::ImplHelper2 < css::form::binding::XBindableValue , css::util::XModifyListener > OBoundControlModel_BINDING; -// dito +// ditto typedef ::cppu::ImplHelper2 < css::form::validation::XValidityConstraintListener , css::form::validation::XValidatableFormComponent > OBoundControlModel_VALIDATION; diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index d4d3aecd2231..fa3f071d011d 100644 --- a/forms/source/inc/property.hxx +++ b/forms/source/inc/property.hxx @@ -193,9 +193,9 @@ namespace frm #define PROPERTY_ID_FORMATSSUPPLIER (PROPERTY_ID_START +155) // XNumberFormatsSupplier #define PROPERTY_ID_TREATASNUMERIC (PROPERTY_ID_START +156) // BOOL #define PROPERTY_ID_EFFECTIVE_VALUE (PROPERTY_ID_START +157) // ANY (string or double) -#define PROPERTY_ID_EFFECTIVE_DEFAULT (PROPERTY_ID_START +158) // dito -#define PROPERTY_ID_EFFECTIVE_MIN (PROPERTY_ID_START +159) // dito -#define PROPERTY_ID_EFFECTIVE_MAX (PROPERTY_ID_START +160) // dito +#define PROPERTY_ID_EFFECTIVE_DEFAULT (PROPERTY_ID_START +158) // ditto +#define PROPERTY_ID_EFFECTIVE_MIN (PROPERTY_ID_START +159) // ditto +#define PROPERTY_ID_EFFECTIVE_MAX (PROPERTY_ID_START +160) // ditto #define PROPERTY_ID_HIDDEN (PROPERTY_ID_START +161) // BOOL #define PROPERTY_ID_FILTERPROPOSAL (PROPERTY_ID_START +162) // BOOL #define PROPERTY_ID_FIELDSOURCE (PROPERTY_ID_START +163) // String |