diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-18 22:10:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-19 09:56:46 +0100 |
commit | 2080585b0c4a2240b0c65415339149bc2b20fa82 (patch) | |
tree | a2707e249f9ddf16892dd4a3bf1b1f5df6a4c1eb /include | |
parent | 6e619198cbd132300a9219c1de64a4750ca5a092 (diff) |
Fix typo
Change-Id: I5c10b3f1dbcdce9064397a76eb583d477628c4b4
Reviewed-on: https://gerrit.libreoffice.org/68001
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index dcbf59cd5453..962ca72fe30c 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -171,7 +171,7 @@ public: virtual Container* weld_parent() const = 0; - //iterate upwards through the hierarchy sarting at this widgets parent, + //iterate upwards through the hierarchy starting at this widgets parent, //calling func with their helpid until func returns true or we run out of //parents virtual void help_hierarchy_foreach(const std::function<bool(const OString&)>& func) = 0; |