summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-19 18:47:52 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-19 21:51:09 +0200
commit63dc8fe91d1e47d718b3fc4cfd3a0edd56f07892 (patch)
tree5608168a23a1f7d4161c06c4b474842f82cbbda8 /svtools
parent500a70ba19d9c1207fd9121531950e55a70fd940 (diff)
Fix typo
Change-Id: Iaf8b25dea7251ce535903ed24581ba80c5ac217f Reviewed-on: https://gerrit.libreoffice.org/72567 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index b52a4f4b08ec..6f436fda4bab 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -2054,7 +2054,7 @@ namespace svt { namespace table
m_pVScroll->SetThumbPos( m_nTopRow );
}
- // The scroll bar availaility might change when we scrolled.
+ // The scroll bar availability might change when we scrolled.
// For instance, imagine a view with 10 rows, if which 5 fit into the window, numbered 1 to 10.
// Now let
// - the user scroll to row number 6, so the last 5 rows are visible
@@ -2129,7 +2129,7 @@ namespace svt { namespace table
m_pHScroll->SetThumbPos( m_nLeftColumn );
}
- // The scroll bar availaility might change when we scrolled. This is because we do not hide
+ // The scroll bar availability might change when we scrolled. This is because we do not hide
// the scrollbar when it is, in theory, unnecessary, but currently at a position > 0. In this case, it will
// be auto-hidden when it's scrolled back to pos 0.
if ( m_nLeftColumn == 0 )