include/vcl/widgetbuilder.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cec1197603f7a1631546ccbef18ea16b6c08453f Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 26 13:36:05 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Sep 26 14:00:57 2024 +0200 Fix typo Change-Id: Iee9830ee99e2ae6416e441aea0f3007a8710dcaf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173988 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/widgetbuilder.hxx b/include/vcl/widgetbuilder.hxx index d5934dcaf4f3..b0ea18da1a47 100644 --- a/include/vcl/widgetbuilder.hxx +++ b/include/vcl/widgetbuilder.hxx @@ -291,7 +291,7 @@ protected: // These methods are currently only implemented by VclBuilder and should be // refactored as described in the class documentation above (split into // parsing done in this class + overridable methods that don't need XmlReader - // that get implemented in the sublasses) + // that get implemented in the subclasses) // // Until that's done, other subclasses can be used to handle only those .ui files // not using the corresponding features (attributes/objects in the .ui file).
