[Libreoffice-commits] core.git: dbaccess/qa odk/examples sal/osl sc/source soltools/cpp svgio/source sw/source toolkit/test vcl/source writerfilter/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jan 25 07:52:57 UTC 2018


 dbaccess/qa/complex/dbaccess/DatabaseDocument.java     |    2 +-
 odk/examples/java/Text/TextReplace.java                |    2 +-
 sal/osl/unx/file_path_helper.hxx                       |    2 +-
 sc/source/core/inc/interpre.hxx                        |    2 +-
 soltools/cpp/_macro.c                                  |    2 +-
 svgio/source/svgreader/svgsvgnode.cxx                  |    2 +-
 sw/source/core/inc/rootfrm.hxx                         |    2 +-
 toolkit/test/accessibility/AccessibilityWorkBench.java |    2 +-
 vcl/source/window/printdlg.cxx                         |    2 +-
 writerfilter/source/ooxml/OOXMLStreamImpl.cxx          |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 4c0735830be6ebf83ce562025fdb34dfd036948e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Jan 24 18:42:23 2018 +0100

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

diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
index 673f22d24677..a89bc13c5248 100644
--- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
+++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
@@ -945,7 +945,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document.
     {
         if ("OnTitleChanged".equals(_Event.EventName))
         // OnTitleChanged events are notified too often. This is known, and accepted.
-        // (the deeper reason is that it's difficult to determine, in the DatabaseDocument implementatin,
+        // (the deeper reason is that it's difficult to determine, in the DatabaseDocument implementation,
         // when the title actually changed. In particular, when we do a saveAsURL, and then ask for a
         // title *before* the TitleHelper got the document's OnSaveAsDone event, then the wrong (old)
         // title is obtained.
diff --git a/odk/examples/java/Text/TextReplace.java b/odk/examples/java/Text/TextReplace.java
index a43799ffadb9..9dc3eec0a2a8 100644
--- a/odk/examples/java/Text/TextReplace.java
+++ b/odk/examples/java/Text/TextReplace.java
@@ -69,7 +69,7 @@ public class TextReplace {
             xReplaceable = UnoRuntime.queryInterface(
                 com.sun.star.util.XReplaceable.class, xTextDocument);
 
-            // You need a descriptor to set properies for Replace
+            // You need a descriptor to set properties for Replace
             xReplaceDescr = xReplaceable.createReplaceDescriptor();
 
             System.out.println("Change all occurrences of ...");
diff --git a/sal/osl/unx/file_path_helper.hxx b/sal/osl/unx/file_path_helper.hxx
index 86c10ccabcf5..2b2fd8891256 100644
--- a/sal/osl/unx/file_path_helper.hxx
+++ b/sal/osl/unx/file_path_helper.hxx
@@ -246,7 +246,7 @@ namespace osl
 
     @param  ppustrAbsolutePath [out] the
             resulting path which is a
-            concatination of the base and
+            concatenation of the base and
             the relative path
             if base path is empty the
             resulting absolute path is the
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 4b76a166bef0..3a3450654ff2 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -142,7 +142,7 @@ typedef ::std::map< const formula::FormulaConstTokenRef, formula::FormulaConstTo
 
 class ScInterpreter
 {
-    // distibution function objects need the GetxxxDist methods
+    // distribution function objects need the GetxxxDist methods
     friend class ScGammaDistFunction;
     friend class ScBetaDistFunction;
     friend class ScTDistFunction;
diff --git a/soltools/cpp/_macro.c b/soltools/cpp/_macro.c
index e8b87d002f4c..8a89e9379d36 100644
--- a/soltools/cpp/_macro.c
+++ b/soltools/cpp/_macro.c
@@ -577,7 +577,7 @@ void
                 {
                     if (len + ntp->len + ntp->wslen > sizeof(tt))
                     {
-                        error(ERROR, "## string concatination buffer overrun");
+                        error(ERROR, "## string concatenation buffer overrun");
                         break;
                     }
 
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index 43fa092cd2c1..5803c877331b 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -310,7 +310,7 @@ namespace svgio
                 if(getParent())
                 {
                     // #i122594# if width/height is not given, it's 100% (see 5.1.2 The 'svg' element in SVG1.1 spec).
-                    // If it is relative, the question is to what. The previous implementatin assumed relative to the
+                    // If it is relative, the question is to what. The previous implementation assumed relative to the
                     // local ViewBox which is implied by (4.2 Basic data types):
 
                     // "Note that the non-property <length> definition also allows a percentage unit identifier.
diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx
index c57135b0544f..f074a7baa4dd 100644
--- a/sw/source/core/inc/rootfrm.hxx
+++ b/sw/source/core/inc/rootfrm.hxx
@@ -379,7 +379,7 @@ public:
     void RemoveAccessibleShell() { --mnAccessibleShells; }
 
     /**
-     * Get page frame by phyiscal page number
+     * Get page frame by physical page number
      * looping through the lowers, which are page frame, in order to find the
      * page frame with the given physical page number.
      * if no page frame is found, 0 is returned.
diff --git a/toolkit/test/accessibility/AccessibilityWorkBench.java b/toolkit/test/accessibility/AccessibilityWorkBench.java
index 1c167b1a8af7..918b8cf6dd43 100644
--- a/toolkit/test/accessibility/AccessibilityWorkBench.java
+++ b/toolkit/test/accessibility/AccessibilityWorkBench.java
@@ -556,7 +556,7 @@ public class AccessibilityWorkBench
     // XTerminateListener
     public void notifyTermination (final com.sun.star.lang.EventObject aEvent) throws RuntimeException
     {
-        System.out.println ("Notifiy Termination Event : " + aEvent);
+        System.out.println ("Notify Termination Event : " + aEvent);
     }
 
 
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index bd927d6a224c..7eff568b418f 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -1773,7 +1773,7 @@ IMPL_LINK( PrintDialog, UIOption_CheckHdl, CheckBox&, i_rBox, void )
 IMPL_LINK( PrintDialog, UIOption_RadioHdl, RadioButton&, i_rBtn, void )
 {
     // this handler gets called for all radiobuttons that get unchecked, too
-    // however we only want one notificaction for the new value (that is for
+    // however we only want one notification for the new value (that is for
     // the button that gets checked)
     if( i_rBtn.IsChecked() )
     {
diff --git a/writerfilter/source/ooxml/OOXMLStreamImpl.cxx b/writerfilter/source/ooxml/OOXMLStreamImpl.cxx
index f82de598a095..2d96312be119 100644
--- a/writerfilter/source/ooxml/OOXMLStreamImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLStreamImpl.cxx
@@ -312,7 +312,7 @@ bool OOXMLStreamImpl::lcl_getTarget(const uno::Reference<embed::XRelationshipAcc
                     // 'Target' is a relative Uri, so a 'Target=/path'
                     // with a base Uri of file://base/foo will resolve to
                     // file://base/word. We need something more than some
-                    // simple string concatination here to handle that.
+                    // simple string concatenation here to handle that.
                     uno::Reference<uri::XUriReference> xPart = xFac->parse(sMyTarget);
                     uno::Reference<uri::XUriReference> xAbs = xFac->makeAbsolute(xBase, xPart, true, uri::RelativeUriExcessParentSegments_RETAIN);
                     rDocumentTarget = xAbs->getPath();


More information about the Libreoffice-commits mailing list