[Libreoffice-commits] core.git: svtools/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 11:18:34 UTC 2020


 svtools/inc/table/tablemodel.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3c2efd2ec34e47c242d3dfea87e8abb8fa8448be
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:13 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 12:17:55 2020 +0100

    Fix typo
    
    Change-Id: Ic5cca7e798240af9581782820409938755a5d920
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88318
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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;
 


More information about the Libreoffice-commits mailing list