[Libreoffice-commits] core.git: include/vcl sw/inc sw/source vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat May 12 21:09:12 UTC 2018


 include/vcl/svapp.hxx              |    2 +-
 sw/inc/calbck.hxx                  |    2 +-
 sw/source/uibase/misc/redlndlg.cxx |    2 +-
 vcl/source/window/window.cxx       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4b6dcbbd4f4334538712b5d5140db6403b640cc6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat May 12 19:49:19 2018 +0200

    Fix typos
    
    Change-Id: Ic1234560cf9bf646e5499f3192fb37f1d36a6010
    Reviewed-on: https://gerrit.libreoffice.org/54165
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index e28b774b98c5..201276634765 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -834,7 +834,7 @@ public:
     */
     static WorkWindow*          GetAppWindow();
 
-    /** Get the currently focussed window.
+    /** Get the currently focused window.
 
      @returns Pointer to focused window.
 
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 595a3deab14d..f5748d50a728 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -73,7 +73,7 @@ namespace sw
         const SwModify* m_pNew;
     };
     // Observer pattern using svl implementation
-    // use this instead of SwClient/SwModify whereever possible
+    // use this instead of SwClient/SwModify wherever possible
     // In writer layout, this might not always be possible,
     // but for listeners outside of it (e.g. unocore) this should be used.
     // The only "magic" signal this class issues is a ModifyChangedHint
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 29747e913a49..e6de1254c8b6 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -945,7 +945,7 @@ IMPL_LINK_NOARG(SwRedlineAcceptDlg, GotoHdl, Timer *, void)
     bool bIsNotFormated = false;
     bool bSel = false;
 
-    //#98883# don't select redlines while the dialog is not focussed
+    //#98883# don't select redlines while the dialog is not focused
     //#107938# But not only ask pTable if it has the focus. To move
     //         the selection to the selected redline any child of pParentDlg
     //         may the focus.
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 24a562925ff3..ce0be303d2e8 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -418,7 +418,7 @@ void Window::dispose()
         bHasFocussedChild = true;
 #if OSL_DEBUG_LEVEL > 0
         OUString aTempStr = "Window (" + GetText() +
-                ") with focussed child window destroyed ! THIS WILL LEAD TO CRASHES AND MUST BE FIXED !";
+                ") with focused child window destroyed ! THIS WILL LEAD TO CRASHES AND MUST BE FIXED !";
         SAL_WARN( "vcl", aTempStr );
         Application::Abort(aTempStr);   // abort in debug build version, this must be fixed!
 #endif


More information about the Libreoffice-commits mailing list