diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 11:10:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 12:17:55 +0100 |
commit | 3c2efd2ec34e47c242d3dfea87e8abb8fa8448be (patch) | |
tree | bdbdc96b621f350285d7bfd1d2ad6501a1b86422 /svtools | |
parent | fc9734388ef4e1fb91e85f5c58f6a7c358365dcd (diff) |
Fix typo
Change-Id: Ic5cca7e798240af9581782820409938755a5d920
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88318
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/table/tablemodel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/table/tablemodel.hxx b/svtools/inc/table/tablemodel.hxx index 4f87580c7981..a27d6b0e5834 100644 --- a/svtools/inc/table/tablemodel.hxx +++ b/svtools/inc/table/tablemodel.hxx @@ -319,11 +319,11 @@ namespace svt { namespace table */ virtual TableMetrics getRowHeaderWidth() const = 0; - /** returns the visibilit mode of the vertical scrollbar + /** returns the visibility mode of the vertical scrollbar */ virtual ScrollbarVisibility getVerticalScrollbarVisibility() const = 0; - /** returns the visibilit mode of the horizontal scrollbar + /** returns the visibility mode of the horizontal scrollbar */ virtual ScrollbarVisibility getHorizontalScrollbarVisibility() const = 0; |