Kaydet (Commit) 2080585b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Caolán McNamara

Fix typo

Change-Id: I5c10b3f1dbcdce9064397a76eb583d477628c4b4
Reviewed-on: https://gerrit.libreoffice.org/68001
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 6e619198
...@@ -171,7 +171,7 @@ public: ...@@ -171,7 +171,7 @@ public:
virtual Container* weld_parent() const = 0; 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 //calling func with their helpid until func returns true or we run out of
//parents //parents
virtual void help_hierarchy_foreach(const std::function<bool(const OString&)>& func) = 0; virtual void help_hierarchy_foreach(const std::function<bool(const OString&)>& func) = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment