diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/table/tablemodel.hxx | 2 |
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; |