desktop/source/app/app.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fb0b4878d312d150759ea517d279041b40cf7888
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Mar 10 12:04:53 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 12 12:22:08 2025 +0100

    Fix typo
    
    Change-Id: I91b3b33e93b742284a77f80acad251d977ae42e1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182730
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index f55891ccc80c..243c14a3292f 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2205,7 +2205,7 @@ void Desktop::OpenClients()
         // If LibreOffice is launched from the command line with a
         // document path parameter, the Start Center doesn't get
         // created when all of the document windows are closed. This
-        // causes the the old "File only" menubar to be displayed
+        // causes the old "File only" menubar to be displayed
         // instead of the Start Center's menubar.
         if (!rArgs.IsQuickstart() && !rArgs.IsInvisible())
         {
@@ -2235,7 +2235,7 @@ void Desktop::OpenClients()
         // If LibreOffice is launched from by opening a document from the
         // Finder or dragging it onto the application's Dock icon, the
         // the Start Center doesn't get created when all of the document
-        // windows are closed. This causes the the old "File only" menubar
+        // windows are closed. This causes the old "File only" menubar
         // to be displayed instead of the Start Center's menubar.
         if (!rArgs.IsQuickstart() && !rArgs.IsInvisible())
         {
@@ -2307,7 +2307,7 @@ void Desktop::OpenDefault()
     // Related: tdf#41775 show Start Center before loading documents
     // If LibreOffice is launched from the command line with a module
     // argument, the Start Center doesn't get created when all of the
-    // document windows are closed. This causes the the old "File only"
+    // document windows are closed. This causes the old "File only"
     // menubar to be displayed instead of the Start Center's menubar.
     if (aOpt.IsModuleInstalled(SvtModuleOptions::EModule::STARTMODULE))
         ShowBackingComponent(nullptr);

Reply via email to