diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 14:50:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:43:54 +0200 |
commit | 0775b90892f2a1cac269ae26cd63b1030f897e5c (patch) | |
tree | fc0160ea3533d4d66ebe82df5578c654ad5220c6 /forms | |
parent | e0e217f3c10235adee056dac367916335c94b5bd (diff) |
Fix typos
Change-Id: I473956d570feac508e52a3e52cc26cc154f4dc56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101627
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 1817c633ebe4..e13ef797f9fa 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -329,8 +329,8 @@ protected: bool m_bNativeLook; // should the control use the native platform look? bool m_bGenerateVbEvents; // should the control generate fake vba events //added for exporting OCX control - sal_Int16 m_nControlTypeinMSO; //keep the MS office control type for exporting to MS binarary file - sal_uInt16 m_nObjIDinMSO; //keep the OCX control obj id for exporting to MS binarary file + sal_Int16 m_nControlTypeinMSO; //keep the MS office control type for exporting to MS binary file + sal_uInt16 m_nObjIDinMSO; //keep the OCX control obj id for exporting to MS binary file // </properties> |