[Libreoffice-commits] core.git: dbaccess/source filter/qa sd/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Sat Sep 10 11:24:03 UTC 2016


 dbaccess/source/ui/misc/DExport.cxx                                 |    2 +-
 filter/qa/complex/filter/detection/typeDetection/TypeDetection.java |    4 ++--
 sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx              |    2 +-
 vcl/source/uitest/uiobject.cxx                                      |    2 +-
 vcl/source/window/settings.cxx                                      |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 1c6596af456e4cb98784a0728bcb936d3b1f9d0d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Sep 10 12:51:15 2016 +0200

    Typo: (un)kown->(un)known
    
    Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2
    Reviewed-on: https://gerrit.libreoffice.org/28801
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/misc/DExport.cxx b/dbaccess/source/ui/misc/DExport.cxx
index afcfb55..b5430b0 100644
--- a/dbaccess/source/ui/misc/DExport.cxx
+++ b/dbaccess/source/ui/misc/DExport.cxx
@@ -540,7 +540,7 @@ sal_Int16 ODatabaseExport::CheckString(const OUString& aCheckToken, sal_Int16 _n
                     }
                     break;
                 default:
-                    SAL_WARN("dbaccess.ui", "ODatabaseExport: Unkown NumberFormat");
+                    SAL_WARN("dbaccess.ui", "ODatabaseExport: Unknown NumberFormat");
             }
         }
     }
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index ecf1c32..d487c21 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -237,7 +237,7 @@ public class TypeDetection extends ComplexTestCase {
 
     /**
      * The <code>MediaDescriptor</code> was filled with the URL of a file. The
-     * <code>type</code> of the file is kown and must be returned by
+     * <code>type</code> of the file is known and must be returned by
      * <code>MediaDescriptor</code>
      *
      * Syntax of files.csv:
@@ -338,7 +338,7 @@ public class TypeDetection extends ComplexTestCase {
 
     /**
      * The <code>MediaDescriptor</code> was filled with the URL of a file. The
-     * <code>type</code> of the file is kown and must be returned by
+     * <code>type</code> of the file is known and must be returned by
      * <code>MediaDescriptor</code>
      *
      * Syntax of files.csv:
diff --git a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
index 07cf9df..41e7fe6 100644
--- a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx
@@ -106,7 +106,7 @@ public:
         request data with a new one that reflects recent changes in the
         content of the page object.
         @return
-            When the key is kown then return <TRUE/>.
+            When the key is known then return <TRUE/>.
     */
     bool InvalidatePreviewBitmap (const CacheKey aKey);
 
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index bd36cc6..c1fc7c5 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -343,7 +343,7 @@ void WindowUIObject::execute(const OUString& rAction,
 
     if (!bHandled)
     {
-        SAL_WARN("vcl.uitest", "unkown action or parameter for " << get_name() << ". Action: " << rAction);
+        SAL_WARN("vcl.uitest", "unknown action or parameter for " << get_name() << ". Action: " << rAction);
     }
 }
 
diff --git a/vcl/source/window/settings.cxx b/vcl/source/window/settings.cxx
index 8a119ed..6513083 100644
--- a/vcl/source/window/settings.cxx
+++ b/vcl/source/window/settings.cxx
@@ -166,7 +166,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl )
         defFontheight = maxFontheight;
 
     // if the UI is korean, chinese or another locale
-    // where the system font size is kown to be often too small to
+    // where the system font size is known to be often too small to
     // generate readable fonts enforce a minimum font size of 9 points
     bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType());
     if (bBrokenLangFontHeight)


More information about the Libreoffice-commits mailing list