[Libreoffice-commits] core.git: include/vcl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 19 08:57:13 UTC 2019
include/vcl/weld.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2080585b0c4a2240b0c65415339149bc2b20fa82
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 18 22:10:13 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 19 09:56:46 2019 +0100
Fix typo
Change-Id: I5c10b3f1dbcdce9064397a76eb583d477628c4b4
Reviewed-on: https://gerrit.libreoffice.org/68001
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
More information about the Libreoffice-commits
mailing list