sc/source/ui/miscdlgs/acredlin.cxx |    2 +-
 sw/source/uibase/misc/redlndlg.cxx |    2 +-
 vcl/source/app/svmain.cxx          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 734b33b73dbd4bd65265bce2a17ee07cdb3a5042
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Apr 27 14:25:15 2019 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Apr 27 21:46:31 2019 +0200

    Fix typos
    
    Change-Id: Id81e8db5a38b4e4a88cc21c50234c2338e9c41bf
    Reviewed-on: https://gerrit.libreoffice.org/71421
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/miscdlgs/acredlin.cxx 
b/sc/source/ui/miscdlgs/acredlin.cxx
index 54b029509c7b..5d4866fe8a18 100644
--- a/sc/source/ui/miscdlgs/acredlin.cxx
+++ b/sc/source/ui/miscdlgs/acredlin.cxx
@@ -1704,7 +1704,7 @@ void ScAcceptChgDlg::Initialize(SfxChildWinInfo* pInfo)
                 aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
 
             // turn column end points back to column widths, ignoring the small
-            // value used for the the expander column
+            // value used for the expander column
             weld::TreeView& rTreeView = pTheView->GetWidget();
             rTreeView.set_column_fixed_widths(aWidths);
         }
diff --git a/sw/source/uibase/misc/redlndlg.cxx 
b/sw/source/uibase/misc/redlndlg.cxx
index fa6ea10926a1..1861bc292057 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1174,7 +1174,7 @@ void SwRedlineAcceptDlg::Initialize(OUString& 
rExtraString)
                     aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
 
                 // turn column end points back to column widths, ignoring the 
small
-                // value used for the the expander column
+                // value used for the expander column
                 weld::TreeView& rTreeView = m_pTable->GetWidget();
                 rTreeView.set_column_fixed_widths(aWidths);
             }
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index e395e1a8634d..9372e74afc17 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -473,7 +473,7 @@ void DeInitVCL()
 
     pSVData->mpSettingsConfigItem.reset();
 
-    // prevent unnessesary painting during Scheduler shutdown
+    // prevent unnecessary painting during Scheduler shutdown
     // as this processes all pending events in debug builds.
     ImplGetSystemDependentDataManager().flushAll();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to