diff options
Diffstat (limited to 'include/vbahelper/vbafontbase.hxx')
-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 |