Change-Id: I291dcc19e429493289cd2be8367a0d1e0c6d2296
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173646
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-09-18 21:26:05 +02:00 committed by Julien Nabet
parent a386837e4e
commit 56507ad26c

View file

@ -19,7 +19,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
{
// set of supported UI files - none yet
//
// The idea is to implement funcationality needed for a specific UI file/dialog
// The idea is to implement functionality needed for a specific UI file/dialog
// in QtInstanceBuilder, then add it to the set of supported UI files here.
// This allows looking at one .ui file at a time and only having to implement
// what is relevant for that particular one, without having to implement the full