vcl/unx/gtk3/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06a2f461970288b569cc282c2913baab394c7075
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Oct 30 15:44:54 2024 +0100
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Thu Oct 31 01:58:31 2024 +0100

    Fix typo
    
    Change-Id: If3d4810cb2a5770b5432c398a3785d8bdcf19ff6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175829
    Tested-by: Jenkins
    Reviewed-by: David Gilbert <freedesk...@treblig.org>

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 22431ec1b79d..ded306eab965 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -22358,7 +22358,7 @@ public:
 
             // for editable combobox, set a11y combobox role for the box 
containing the entry
             // (in addition to the button for which this is already set in the 
.ui file that
-            // gets focus in case of the the non-editable combobox)
+            // gets focus in case of the non-editable combobox)
             GtkWidget* pBox = GTK_WIDGET(gtk_builder_get_object(pComboBuilder, 
"box"));
             assert(pBox);
             if (AtkObject* pBoxAccessible = gtk_widget_get_accessible(pBox))

Reply via email to