diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-15 14:58:38 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-03-16 10:50:26 +0000 |
commit | 15e3ce53283f288cb2c4c52acb203c9c281914ac (patch) | |
tree | 9df72cca5afd8dcbc70fcfba083b116c99431e84 /extensions/source | |
parent | 665d7a4e659114120009636aeb4049b10009f36e (diff) |
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/formcomponenthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx index 6d16fa684811..5db0a3c54601 100644 --- a/extensions/source/propctrlr/formcomponenthandler.hxx +++ b/extensions/source/propctrlr/formcomponenthandler.hxx @@ -90,7 +90,7 @@ namespace pcr bool m_bHaveListSource : 1; /// our component has a "Command" property bool m_bHaveCommand : 1; - /// the class id of the component - if appliable + /// the class id of the component - if applicable sal_Int16 m_nClassId; public: |