[Libreoffice-commits] core.git: framework/qa odk/examples qadevOOo/tests sax/source sc/source xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Nov 13 07:46:48 UTC 2017


 framework/qa/complex/XUserInputInterception/EventTest.java |    2 +-
 odk/examples/DevelopersGuide/Drawing/Helper.java           |    2 +-
 odk/examples/DevelopersGuide/UCB/Helper.java               |    2 +-
 qadevOOo/tests/java/ifc/frame/_XModuleManager.java         |    2 +-
 sax/source/expatwrap/saxwriter.cxx                         |    2 +-
 sc/source/filter/inc/connectionsbuffer.hxx                 |    2 +-
 sc/source/ui/inc/output.hxx                                |    2 +-
 xmloff/source/chart/SchXMLImport.cxx                       |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit e1e436eaa036e18854b050b958b7bed1c86a31ff
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Nov 13 00:14:03 2017 +0100

    Fix typos
    
    Change-Id: I2a10e087a776ac96b3193226610577227d2492a8
    Reviewed-on: https://gerrit.libreoffice.org/44655
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Page <aptitude at btconnect.com>

diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index c8e9d5d1e67f..29c31ee5f79e 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -82,7 +82,7 @@ public class EventTest {
     private SOfficeFactory m_SOF = null;
 
     /**
-     * define the miliseconds to wait until a <CODE>EventTrigger</CODE> thread should
+     * define the milliseconds to wait until a <CODE>EventTrigger</CODE> thread should
      * be finished with its work
      */
     static final int m_threadWait = 3000;
diff --git a/odk/examples/DevelopersGuide/Drawing/Helper.java b/odk/examples/DevelopersGuide/Drawing/Helper.java
index f959248737cf..5e5c52d1f636 100644
--- a/odk/examples/DevelopersGuide/Drawing/Helper.java
+++ b/odk/examples/DevelopersGuide/Drawing/Helper.java
@@ -45,7 +45,7 @@ public class Helper
     // __________ static helper methods __________
 
     /** Connect to an office, if no office is running a new instance is started.
-     * A new connection is established and the service manger from the running
+     * A new connection is established and the service manager from the running
      * office is returned.
      */
     public static XComponentContext connect()
diff --git a/odk/examples/DevelopersGuide/UCB/Helper.java b/odk/examples/DevelopersGuide/UCB/Helper.java
index 5b7e4d2d0a63..fc7e927e1aac 100644
--- a/odk/examples/DevelopersGuide/UCB/Helper.java
+++ b/odk/examples/DevelopersGuide/UCB/Helper.java
@@ -63,7 +63,7 @@ public class Helper {
 
     /**
      *  Constructor, create a new instance of the ucb. UNO is bootstrapped and
-     *  the remote office service manger is used to create the ucb. If necessary
+     *  the remote office service manager is used to create the ucb. If necessary
      *  a new office process is started.
      */
     public Helper(String url) throws java.lang.Exception {
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index bfc06a9dc640..9ff0587f66f6 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -58,7 +58,7 @@ public class _XModuleManager extends MultiMethodTest {
      * contains a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a
      * <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return
      * value of method <CODE>indetify()</CODE> if the method was called with
-     * coresponding value.<p>
+     * corresponding value.<p>
      * As enhancement the method <CODE>identify()</CODE> was called with invalid
      * parameter. In this case the thrown exceptions were caught.
      */
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index 771aa69762a2..49c5be8636a9 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -1098,7 +1098,7 @@ void SAXWriter::startElement(const OUString& aName, const Reference< XAttributeL
         nLength ++;  // '>'
     }
 
-    // Is there a new indentation necesarry ?
+    // Is there a new indentation necessary ?
     sal_Int32 nPrefix(getIndentPrefixLength( nLength ));
 
     // write into sequence
diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx
index 5926a86bc85e..3aa4209bc8f8 100644
--- a/sc/source/filter/inc/connectionsbuffer.hxx
+++ b/sc/source/filter/inc/connectionsbuffer.hxx
@@ -51,7 +51,7 @@ struct WebPrModel
     bool                mbSourceData;       /// True = import XML source data referred by HTML table.
     bool                mbParsePre;         /// True = parse preformatted sections (<pre> tag).
     bool                mbConsecutive;      /// True = join consecutive delimiters.
-    bool                mbFirstRow;         /// True = use column withs of first row for entire <pre> tag.
+    bool                mbFirstRow;         /// True = use column widths of first row for entire <pre> tag.
     bool                mbXl97Created;      /// True = web query created with Excel 97.
     bool                mbTextDates;        /// True = read date values as text, false = parse dates.
     bool                mbXl2000Refreshed;  /// True = refreshed with Excel 2000 or newer.
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index 46786853c0a5..1e84d2920504 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -178,7 +178,7 @@ private:
     bool bMetaFile;             // Output to metafile (not pixels!)
 
     bool bPagebreakMode;        // Page break preview
-    bool bSolidBackground;      // white instead of transparant
+    bool bSolidBackground;      // white instead of transparent
 
     bool mbUseStyleColor;
     bool mbForceAutoColor;
diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx
index 04b5d9d6300f..d3c40c78887d 100644
--- a/xmloff/source/chart/SchXMLImport.cxx
+++ b/xmloff/source/chart/SchXMLImport.cxx
@@ -581,7 +581,7 @@ void SAL_CALL SchXMLImport::setTargetDocument(const uno::Reference<lang::XCompon
     if (xChartDoc.is())
     try
     {
-        // prevent rebuild of view during load (necesarry especially if loaded not
+        // prevent rebuild of view during load (necessary especially if loaded not
         // via load api, which is the case for example if binary files are loaded)
         xChartDoc->lockControllers();
 


More information about the Libreoffice-commits mailing list