diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:54:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:05:01 +0100 |
commit | 4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch) | |
tree | 42539a0edec153a11503ccc7b0f56f78f1a2f8aa /sd | |
parent | 970b76816a03be0f57f35a790bea57bf299e344b (diff) |
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877
Reviewed-on: https://gerrit.libreoffice.org/48077
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/ViewTabBar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index 259b0869b107..058a673c194b 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -111,7 +111,7 @@ public: virtual sal_Int64 SAL_CALL getSomething (const css::uno::Sequence<sal_Int8>& rId) override; /** The returned value is calculated as the difference between the - total height of the control and the heigh of its first tab page. + total height of the control and the height of its first tab page. This can be considered a hack. This procedure works only when the control is visible. Calling this method when the control is not visible results in returning a |