summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 23:03:15 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 04:17:41 +0200
commit85b1d47450fa33f772d06353c4dad8da4d22f114 (patch)
tree5badf194e913742fd812cd3296703df5815eb2e5 /include/svtools
parent7a98a2c69d0fc747e6d7f813c591b5bf79aa8d7d (diff)
Fix typos
Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707 Reviewed-on: https://gerrit.libreoffice.org/75980 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/table/tablemodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 7962900e597d..907e2d2971eb 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -114,7 +114,7 @@ namespace svt { namespace table
*/
virtual void columnRemoved() = 0;
- /** notifies the listener that all columns have been removed form the model
+ /** notifies the listener that all columns have been removed from the model
*/
virtual void allColumnsRemoved() = 0;