[Libreoffice-commits] core.git: 5 commits - connectivity/source embedserv/source extensions/source filter/source helpcompiler/source jurt/com lotuswordpro/source offapi/com sc/source starmath/source svx/source tools/source ucb/source vcl/source wizards/com

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 05:46:09 PST 2015


 connectivity/source/drivers/file/FStatement.cxx                       |    2 -
 embedserv/source/embed/ed_ioleobject.cxx                              |    2 -
 extensions/source/dbpilots/controlwizard.cxx                          |    2 -
 extensions/source/ole/unoobjw.cxx                                     |    2 -
 filter/source/config/cache/basecontainer.hxx                          |    2 -
 filter/source/config/cache/typedetection.hxx                          |    2 -
 filter/source/graphicfilter/epict/epict.cxx                           |    8 ++--
 filter/source/graphicfilter/ipcd/ipcd.cxx                             |    4 +-
 filter/source/xslt/export/wordml/ooo2wordml_table.xsl                 |   20 +++++-----
 filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl |    2 -
 helpcompiler/source/BasCodeTagger.cxx                                 |    4 +-
 jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java               |    2 -
 jurt/com/sun/star/comp/connections/Acceptor.java                      |    2 -
 jurt/com/sun/star/comp/connections/Connector.java                     |    2 -
 jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java      |    2 -
 jurt/com/sun/star/comp/connections/PipedConnection.java               |    2 -
 jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java              |    2 -
 jurt/com/sun/star/lib/connections/pipe/pipeConnector.java             |    2 -
 jurt/com/sun/star/lib/connections/socket/socketAcceptor.java          |    2 -
 jurt/com/sun/star/lib/connections/socket/socketConnector.java         |    2 -
 lotuswordpro/source/filter/lwpparaproperty.hxx                        |    2 -
 offapi/com/sun/star/presentation/XSlideShowView.idl                   |    2 -
 sc/source/ui/app/inputwin.cxx                                         |    2 -
 starmath/source/cursor.cxx                                            |    2 -
 starmath/source/node.cxx                                              |    2 -
 svx/source/sdr/contact/viewcontactofe3dcube.cxx                       |    2 -
 svx/source/sidebar/tools/ValueSetWithTextControl.cxx                  |    2 -
 tools/source/memtools/multisel.cxx                                    |    2 -
 ucb/source/ucp/file/bc.cxx                                            |    2 -
 vcl/source/fontsubset/fontsubset.cxx                                  |    4 +-
 wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py               |    2 -
 31 files changed, 46 insertions(+), 46 deletions(-)

New commits:
commit 2d0c4cd6dc90d6a39e37fa286cee5f5c9e4d3994
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 14:12:59 2015 +0100

    Typo: reqired->required
    
    Change-Id: I22b5ad47ba76da9b00e9a69bcfbc00befc369fe6

diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 1ad58f9..fe84f5d 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -326,7 +326,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/,
 
 // Normal JScript object parameter can be mixed with JScriptValue object. If an
 // VARIANT contains an VT_DISPATCH that is no JScriptValue than the type information
-// is used to find out about the reqired type.
+// is used to find out about the required type.
 void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id,
     unsigned short /*wFlags*/, DISPPARAMS* pdispparams, Sequence<Any>& rSeq)
 {
commit f00fce5b06955799074416a3fd37edcea0b364e0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 14:11:38 2015 +0100

    Typo: containted->contained
    
    Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481

diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
index 9b02d94..80ad51e 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -209,7 +209,7 @@
 		<xsl:copy-of select="$documentLinks/styles-file/*/office:styles" />
 		<xsl:copy-of select="$documentLinks/styles-file/*/office:font-face-decls" />
 
-		<!-- office:automatic-styles may be containted in two files (i.e. content.xml and styles.xml).
+		<!-- office:automatic-styles may be contained in two files (i.e. content.xml and styles.xml).
 			 Wild card necessary as top level element differs from flat office files ("SampleName.fsxw") -->
 		<xsl:copy-of select="/*/office:automatic-styles" />
 
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index 388fbf4..c4779d7 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -97,7 +97,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes()
     }
 }
 
-//! Extracts Basic Codes containted in <bascode> tags.
+//! Extracts Basic Codes contained in <bascode> tags.
 /*!
  *  For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according
  *  to the Basic code syntax found in that paragraph.
commit b98ac7072499df72817cad553fd77d2d85ac1c08
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 14:09:16 2015 +0100

    Typo: trough->through
    
    Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362

diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index d0d0ab2..9dc17f7 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -511,7 +511,7 @@ void OStatement_Base::GetAssignValues()
         return;
     else if (SQL_ISRULE(m_pParseTree,insert_statement))
     {
-        // Create Row for the values to be set (Reference trough new)
+        // Create Row for the values to be set (Reference through new)
         if(m_aAssignValues.is())
             m_aAssignValues->get().clear();
         sal_Int32 nCount = Reference<XIndexAccess>(m_xColNames,UNO_QUERY)->getCount();
diff --git a/embedserv/source/embed/ed_ioleobject.cxx b/embedserv/source/embed/ed_ioleobject.cxx
index fab8588..7785227 100644
--- a/embedserv/source/embed/ed_ioleobject.cxx
+++ b/embedserv/source/embed/ed_ioleobject.cxx
@@ -192,7 +192,7 @@ STDMETHODIMP EmbedDocument_Impl::DoVerb(
                         pActiveSite,TRUE)))
                     return NOERROR;
 
-                // intended fall trough
+                // intended fall through
             case OLEIVERB_OPEN:
                 OSL_ENSURE(m_pDocHolder,"no document to open");
 
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index dc8ce77..2e38542 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -136,7 +136,7 @@ class BaseContainer : public BaseLock
 
             @descr  Because an outside class must use ImplInheritanceHelper2 template to
                     use us a base class ... and there is no way to pass such initializing
-                    parameters trough a required default ctor ... we must be initialized
+                    parameters through a required default ctor ... we must be initialized
                     by this special method. Of course this method must be called first before
                     any other interface method is used.
 
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 1694e0c..c88890c 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -219,7 +219,7 @@ private:
 
         @throw      Any suitable exception if stream should be opened but operation was not successful.
                     Note: If an interactionHandler is part of the given descriptor too, it was already used.
-                    Means: let the exception pass trough the top most interface method!
+                    Means: let the exception pass through the top most interface method!
      */
     void impl_openStream(utl::MediaDescriptor& rDescriptor)
         throw (css::uno::Exception);
diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx
index f11528e..93936b4 100644
--- a/filter/source/graphicfilter/epict/epict.cxx
+++ b/filter/source/graphicfilter/epict/epict.cxx
@@ -969,7 +969,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
             for ( nc = 0; nc < 4; nc++ )
                 pComp[ nc ] = new sal_uInt8[ nWidth ];
 
-            // loop trough rows:
+            // loop through rows:
             for ( ny = 0; ny < nHeight; ny++ )
             {
                 // read line ny of source into the intermediate data structure
@@ -991,7 +991,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
                 else
                     pPict->WriteUChar( 0 );
 
-                // loop trough components:
+                // loop through components:
                 for ( nc = 0; nc < 4; nc++ )
                 {
                     // loop through x:
@@ -1146,7 +1146,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
         // remember position of the map-data in the target:
         nDstMapPos=pPict->Tell();
 
-        // loop trough rows:
+        // loop through rows:
         for ( ny = 0; ny < nHeight; ny++ )
         {
             // read line ny of source into the buffer:
@@ -1186,7 +1186,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
                 else
                     pPict->WriteUChar( 0 );
 
-                // loop trough bytes of the row:
+                // loop through bytes of the row:
                 nx=0;
                 while ( nx < nDstRowBytes && bStatus )
                 {
diff --git a/filter/source/graphicfilter/ipcd/ipcd.cxx b/filter/source/graphicfilter/ipcd/ipcd.cxx
index ee50d7e..5ab1cfc 100644
--- a/filter/source/graphicfilter/ipcd/ipcd.cxx
+++ b/filter/source/graphicfilter/ipcd/ipcd.cxx
@@ -281,12 +281,12 @@ void PCDReader::ReadImage(sal_uLong nMinPercent, sal_uLong nMaxPercent)
             }
         }
 
-        // loop trough both rows of the pair of rows:
+        // loop through both rows of the pair of rows:
         for ( ndy = 0; ndy < 2; ndy++ )
         {
             ny = ( nYPair << 1 ) + ndy;
 
-            // loop trough X:
+            // loop through X:
             for ( nx = 0; nx < nWidth; nx++ )
             {
                 // get/calculate nL,nCb,nCr for the pixel nx,ny:
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index 3e514e7..388fbf4 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -99,7 +99,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes()
 
 //! Extracts Basic Codes containted in <bascode> tags.
 /*!
- *  For each <bascode> this method iterates trough it's <paragraph> tags and "inserts" <item> tags according
+ *  For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according
  *  to the Basic code syntax found in that paragraph.
  */
 void BasicCodeTagger::tagBasCodeParagraphs()
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index ac93084..b3102ea 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -957,7 +957,7 @@ BaseContent::setPropertyValues(
                 ret[i] <<= e;
             }
 
-            // NameChanges come back trough a ContentEvent
+            // NameChanges come back through a ContentEvent
             break; // only handling Title
         } // end for
 
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx
index 6402d92..a50b50e 100644
--- a/vcl/source/fontsubset/fontsubset.cxx
+++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -101,9 +101,9 @@ bool FontSubsetInfo::CreateFontSubset(
     case ANY_TYPE1:
         bOK = CreateFontSubsetFromType1( pOutGlyphWidths);
         break;
-        // fall trough
+        // fall through
     case NO_FONT:
-        // fall trough
+        // fall through
     default:
         OSL_FAIL( "unhandled type in CreateFontSubset()");
         break;
commit 800e09a3ce02417a52f8a1de261f1fc448dee590
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 13:53:17 2015 +0100

    Typos: caculate->calculate + acceses->accesses
    
    Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda

diff --git a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
index 5aaf70c..341a590 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
@@ -98,7 +98,7 @@
                 <xsl:if test="@table:is-sub-table ='true' ">
                     <w:tblW w:type="dxa">
                         <xsl:variable name="sub-table-width">
-                            <xsl:call-template name="caculate-sub-table-width">
+                            <xsl:call-template name="calculate-sub-table-width">
                                 <xsl:with-param name="sub-table-column-node" select="table:table-column[1]"/>
                                 <xsl:with-param name="total-sub-table-width" select="0"/>
                             </xsl:call-template>
@@ -137,7 +137,7 @@
             <w:p/>
         </xsl:if>
     </xsl:template>
-    <xsl:template name="caculate-sub-table-width">
+    <xsl:template name="calculate-sub-table-width">
         <xsl:param name="sub-table-column-node"/>
         <xsl:param name="total-sub-table-width"/>
         <xsl:variable name="column-width" select="key('table-column-style', $sub-table-column-node/@table:style-name)/style:table-column-properties/@style:column-width"/>
@@ -150,13 +150,13 @@
             <xsl:when test="$sub-table-column-node/following-sibling::table:table-column">
                 <xsl:choose>
                     <xsl:when test="$sub-table-column-node/@table:number-columns-repeated">
-                        <xsl:call-template name="caculate-sub-table-width">
+                        <xsl:call-template name="calculate-sub-table-width">
                             <xsl:with-param name="sub-table-column-node" select="$sub-table-column-node/following-sibling::table:table-column[ 1]"/>
                             <xsl:with-param name="total-sub-table-width" select="$total-sub-table-width + $column-width-in-twip *  $sub-table-column-node/@table:number-columns-repeated"/>
                         </xsl:call-template>
                     </xsl:when>
                     <xsl:otherwise>
-                        <xsl:call-template name="caculate-sub-table-width">
+                        <xsl:call-template name="calculate-sub-table-width">
                             <xsl:with-param name="sub-table-column-node" select="$sub-table-column-node/following-sibling::table:table-column[1]"/>
                             <xsl:with-param name="total-sub-table-width" select="$total-sub-table-width + $column-width-in-twip "/>
                         </xsl:call-template>
@@ -234,7 +234,7 @@
                     <!--when the table-cell  contains the sub-table -->
                     <xsl:when test="table:table/@table:is-sub-table= 'true' ">
                         <xsl:variable name="table-cell-width">
-                            <xsl:call-template name="caculate-sub-table-width">
+                            <xsl:call-template name="calculate-sub-table-width">
                                 <xsl:with-param name="sub-table-column-node" select="table:table/table:table-column[1]"/>
                                 <xsl:with-param name="total-sub-table-width" select="0"/>
                             </xsl:call-template>
@@ -246,7 +246,7 @@
                     <xsl:otherwise>
                         <!-- when the table-cell doesn't contain the sub-table -->
                         <xsl:variable name="table-cell-width">
-                            <xsl:call-template name="caculate-table-cell-width">
+                            <xsl:call-template name="calculate-table-cell-width">
                                 <xsl:with-param name="table-cell-position" select="position()"/>
                                 <xsl:with-param name="table-column" select="ancestor::table:table[1]/table:table-column[1]"/>
                             </xsl:call-template>
@@ -354,7 +354,7 @@
             <xsl:apply-templates select=" text:p | table:table | text:h | office:annotation"/>
         </xsl:element>
     </xsl:template>
-    <xsl:template name="caculate-table-cell-width">
+    <xsl:template name="calculate-table-cell-width">
         <xsl:param name="table-cell-position"/>
         <xsl:param name="table-column"/>
         <xsl:choose>
@@ -370,7 +370,7 @@
                         <xsl:value-of select="$table-cell-width-in-twip"/>
                     </xsl:when>
                     <xsl:otherwise>
-                        <xsl:call-template name="caculate-table-cell-width">
+                        <xsl:call-template name="calculate-table-cell-width">
                             <xsl:with-param name="table-cell-position" select="$table-cell-position - $table-column/@table:number-columns-repeated"/>
                             <xsl:with-param name="table-column" select="$table-column/following-sibling::table:table-column[1]"/>
                         </xsl:call-template>
@@ -390,14 +390,14 @@
                         <xsl:value-of select="$table-cell-width-in-twip"/>
                     </xsl:when>
                     <xsl:when test="($table-cell-position - 1) > 0">
-                        <xsl:call-template name="caculate-table-cell-width">
+                        <xsl:call-template name="calculate-table-cell-width">
                             <xsl:with-param name="table-cell-position" select=" $table-cell-position - 1 "/>
                             <xsl:with-param name="table-column" select="$table-column/following-sibling::table:table-column[1]"/>
                         </xsl:call-template>
                     </xsl:when>
                     <xsl:otherwise>
                         <xsl:message>
-                            <xsl:value-of select=" 'caculate table cell width wrong ' "/>
+                            <xsl:value-of select=" 'calculate table cell width wrong ' "/>
                         </xsl:message>
                     </xsl:otherwise>
                 </xsl:choose>
diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
index 7dd6fcf..d84b739 100644
--- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
+++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java
@@ -49,7 +49,7 @@ public class BridgeFactory implements XBridgeFactory/*, XEventListener*/ {
     static private final boolean DEBUG = false;
 
     /**
-     * The name of the service, the <code>JavaLoader</code> acceses this through
+     * The name of the service, the <code>JavaLoader</code> accesses this through
      * reflection.
      */
     public final static String __serviceName = "com.sun.star.bridge.BridgeFactory";
diff --git a/jurt/com/sun/star/comp/connections/Acceptor.java b/jurt/com/sun/star/comp/connections/Acceptor.java
index 7c8e0e9..90fb55c 100644
--- a/jurt/com/sun/star/comp/connections/Acceptor.java
+++ b/jurt/com/sun/star/comp/connections/Acceptor.java
@@ -45,7 +45,7 @@ public final class Acceptor implements XAcceptor {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/jurt/com/sun/star/comp/connections/Connector.java b/jurt/com/sun/star/comp/connections/Connector.java
index 17d3a1c..f53ab4f 100644
--- a/jurt/com/sun/star/comp/connections/Connector.java
+++ b/jurt/com/sun/star/comp/connections/Connector.java
@@ -45,7 +45,7 @@ public class Connector implements XConnector {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
index 687f70e..8204ef1 100644
--- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
+++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java
@@ -45,7 +45,7 @@ public class ConstantInstanceProvider implements XInstanceProvider {
     static public final boolean DEBUG = false;
 
     /**
-     * The name of the service, the <code>JavaLoader</code> acceses this through
+     * The name of the service, the <code>JavaLoader</code> accesses this through
      * reflection.
      */
     static private final String __serviceName = "com.sun.star.comp.connection.InstanceProvider";
diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java
index 8cae64d..9154150 100644
--- a/jurt/com/sun/star/comp/connections/PipedConnection.java
+++ b/jurt/com/sun/star/comp/connections/PipedConnection.java
@@ -41,7 +41,7 @@ public class PipedConnection implements XConnection {
     public static final boolean DEBUG = false;
 
     /**
-     * The name of the service, the <code>JavaLoader</code> acceses this through
+     * The name of the service, the <code>JavaLoader</code> accesses this through
      * reflection.
      */
     static private final String __serviceName = "com.sun.star.connection.PipedConnection";
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index 52e00a4..58400b3 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
@@ -45,7 +45,7 @@ public final class pipeAcceptor implements XAcceptor {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
index d701384..875e0f2 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
@@ -45,7 +45,7 @@ public final class pipeConnector implements XConnector {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
index 85790df..022f891 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
@@ -48,7 +48,7 @@ public final class socketAcceptor implements XAcceptor {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
index 1d3c2b1..fc44639 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
@@ -50,7 +50,7 @@ public final class socketConnector implements XConnector {
     /**
      * The name of the service.
      *
-     * <p>The <code>JavaLoader</code> acceses this through reflection.</p>
+     * <p>The <code>JavaLoader</code> accesses this through reflection.</p>
      *
      * @see com.sun.star.comp.loader.JavaLoader
      */
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index cc9bf98..07c9a214 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -870,7 +870,7 @@ void ScInputWindow::MouseButtonDown( const MouseEvent& rMEvt )
 
                 // find the height of the gridwin, we don't wan't to be
                 // able to expand the toolbar too far so we need to
-                // caculate an upper limit
+                // calculate an upper limit
                 // I'd prefer to leave at least a single column header and a
                 // row but I don't know how to get that value in pixels.
                 // Use TBX_WINDOW_HEIGHT for the moment
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 0e95f9c..59eee48 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2608,7 +2608,7 @@ void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
             const SmNode *pCoNode   = pTmpNode->GetLeftMost();
             RectHorAlign  eHorAlign = pCoNode->GetRectHorAlign();
 
-            // caculate horizontal position of element depending on column
+            // calculate horizontal position of element depending on column
             // and horizontal alignment
             switch (eHorAlign)
             {   case RHA_LEFT:
commit aa1b4a294da57bbc54c492c94919486a64b6866f
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 13:48:22 2015 +0100

    Various typos
    
    Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef

diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx
index 7b3a2dc..061f765 100644
--- a/extensions/source/dbpilots/controlwizard.cxx
+++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -352,7 +352,7 @@ namespace dbp
                     Reference< XController > xController = xModel->getCurrentController();
                     DBG_ASSERT(xController.is(), "OControlWizard::implDeterminePage: no current controller!");
 
-                    // maybe it's a spredsheet
+                    // maybe it's a spreadsheet
                     Reference< XSpreadsheetView > xView(xController, UNO_QUERY);
                     if (xView.is())
                     {   // okay, it is one
diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx
index 0a20b2d..fd3bf7f 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -110,7 +110,7 @@ inline LwpParaProperty* LwpParaProperty::GetPrevious(void)
 }
 
 //align/indent/spacing
-//TO DO:border/backgroud etc
+//TO DO:border/background etc
 
 class LwpParaAlignProperty : public LwpParaProperty
 {
diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl
index 93b1538..eaf25c8 100644
--- a/offapi/com/sun/star/presentation/XSlideShowView.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowView.idl
@@ -76,7 +76,7 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
 
     /** Query the current translation offset used to fill the physical screen while keeping aspect ratio.<p>
 
-        This method returns the traslation offset of the view of the
+        This method returns the translation offset of the view of the
         view.<p>
 
         @return the slideshowview will be transformed in order to fill
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 4318a3b..cd5bbc0 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -244,7 +244,7 @@ void SmCursor::Delete(){
     if(!HasSelection())
         return;
 
-    //Enter edit setion
+    //Enter edit section
     BeginEdit();
 
     //Set selected on nodes
diff --git a/svx/source/sdr/contact/viewcontactofe3dcube.cxx b/svx/source/sdr/contact/viewcontactofe3dcube.cxx
index c717c04..a12bcf8 100644
--- a/svx/source/sdr/contact/viewcontactofe3dcube.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dcube.cxx
@@ -47,7 +47,7 @@ namespace sdr
             const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute(
                 drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false));
 
-            // get cube geometry and use as traslation and scaling for unit cube
+            // get cube geometry and use as translation and scaling for unit cube
             basegfx::B3DRange aCubeRange;
             const basegfx::B3DVector aCubeSize(GetE3dCubeObj().GetCubeSize());
             const basegfx::B3DPoint aCubePosition(GetE3dCubeObj().GetCubePos());
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index dc5313c..5ef7f36 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -167,7 +167,7 @@ void ValueSetWithTextControl::UserDraw( const UserDrawEvent& rUDEvt )
     }
 
     {
-        //draw backgroud
+        //draw background
         if ( GetSelectItemId() == nItemId )
         {
             Rectangle aBackRect = aRect;
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index be6dcbd..c385bc4 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -142,7 +142,7 @@ bool MultiSelection::operator== ( MultiSelection& rWith )
          aSels.size() != rWith.aSels.size() )
         return false;
 
-    // compare the sub seletions
+    // compare the sub selections
     for ( size_t n = 0; n < aSels.size(); ++n )
         if ( *aSels[ n ] != *rWith.aSels[ n ] )
             return false;
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
index 810ba80..390ba6f 100644
--- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
@@ -267,7 +267,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
         self.myFaxDoc.updateDateFields()
 
     def initializeSalutation(self):
-        #'Saludation' listbox
+        #'Salutation' listbox
         self.xDialogModel.lstSalutation.StringItemList = \
             tuple(self.resources.SalutationLabels)
 


More information about the Libreoffice-commits mailing list