Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3165

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/3165/1

Fix typo: addtional => additional in the comment.

Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876
---
M filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
M sw/source/ui/vba/vbadocumentproperties.cxx
M vcl/source/control/lstbox.cxx
3 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index f5d7249..b92a129 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1684,7 +1684,7 @@
                 <xsl:number from="/w:wordDocument/w:body" level="any" count="v:textpath" 
format="1"/>
             </xsl:variable>
             <xsl:variable name="font-family">
-                <!--  we need remove the addtional  &quot; from font-family -->
+                <!--  we need remove the additional  &quot; from font-family -->
                 <xsl:value-of 
select="translate(substring-before(substring-after(@style,'font-family:'),';'), '&quot;' ,'')"/>
             </xsl:variable>
             <xsl:variable name="font-size">
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx
index 7640bd1..db8f408 100644
--- a/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -296,7 +296,7 @@
         try
         {
             // Characters, ParagraphCount & WordCount are available from
-            // the model ( and addtionally these also update the statics object )
+            // the model ( and additionally these also update the statics object )
             return mxModelProps->getPropertyValue( rPropName );
         }
         catch (const uno::Exception&)
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx
index 9b15759..89de20b 100644
--- a/vcl/source/control/lstbox.cxx
+++ b/vcl/source/control/lstbox.cxx
@@ -1197,7 +1197,7 @@
 
     // WB_SIMPLEMODE:
     // The MultiListBox behaves just like a normal ListBox
-    // MultiSelection is possible via corresponding addtional keys
+    // MultiSelection is possible via corresponding additional keys
     sal_Bool bSimpleMode = ( GetStyle() & WB_SIMPLEMODE ) ? sal_True : sal_False;
     mpImplLB->SetMultiSelectionSimpleMode( bSimpleMode );
 

-- 
To view, visit https://gerrit.libreoffice.org/3165
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Golnaz Irannejad <golnazirannejad@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.