vcl/qt5/QtInstanceBuilder.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56507ad26c2827257f201e096beac95d8c725d5f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 18 21:26:05 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Sep 19 08:51:15 2024 +0200

    Fix typo
    
    Change-Id: I291dcc19e429493289cd2be8367a0d1e0c6d2296
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173646
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 78d0622be3d3..938be55ecfbc 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -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

Reply via email to