diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:20:20 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:43:17 +0100 |
commit | d71bcc4dc5025ea24944454908098269cfd095a3 (patch) | |
tree | 4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /include/vbahelper | |
parent | 930efab3be7dd818918b7116119bb049acdcda76 (diff) |
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
Reviewed-on: https://gerrit.libreoffice.org/44654
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'include/vbahelper')
-rw-r--r-- | include/vbahelper/vbafontbase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vbahelper/vbafontbase.hxx b/include/vbahelper/vbafontbase.hxx index b1cb05c4c9e7..32c8270e1783 100644 --- a/include/vbahelper/vbafontbase.hxx +++ b/include/vbahelper/vbafontbase.hxx @@ -64,13 +64,13 @@ public: // specifies a subscripted. static const short SUBSCRIPT = -33; - // specifies a hight of superscripted font + // specifies a height of superscripted font static const sal_Int8 SUPERSCRIPTHEIGHT = 58; - // specifies a hight of subscripted font + // specifies a height of subscripted font static const sal_Int8 SUBSCRIPTHEIGHT = 58; - // specifies a hight of normal font + // specifies a height of normal font static const short NORMALHEIGHT = 100; /// @throws css::uno::RuntimeException |