diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-24 20:26:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-25 09:31:43 +0200 |
commit | b2b4eea40ceba9268a4fb3876f40b6b11a206f84 (patch) | |
tree | 8f052b77aae03ae16cecc96ef4643d4e04bb6a3c | |
parent | ef6d80e85748f090d02e396148462594a93cabc3 (diff) |
Fix typo
Change-Id: Id3aa0f0569a9f783fc4ab97a789e20b65aec5991
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101288
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 49c6daa8d8dc..16be52e8054d 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -119,7 +119,7 @@ public: /* The help id of the widget used to identify help for this widget. * - * By default the help id of a a widget is a path-like sequence of + * By default the help id of a widget is a path-like sequence of * buildable-names from the widgets UI definition ancestor to this * widget, e.g. grandparent/parent/widget. * |