[Libreoffice-commits] core.git: filter/source sw/source vcl/source

Golnaz Irannejad golnaz.irannejad at gmail.com
Mon Apr 1 23:47:25 PDT 2013


 filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |    2 +-
 sw/source/ui/vba/vbadocumentproperties.cxx           |    2 +-
 vcl/source/control/lstbox.cxx                        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4d858fff6b0980e82b36a7fe70a9e750ee9d53a2
Author: Golnaz Irannejad <golnaz.irannejad at gmail.com>
Date:   Mon Apr 1 21:06:21 2013 -0400

    Fix typo: addtional => additional in the comment.
    
    Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876
    Reviewed-on: https://gerrit.libreoffice.org/3165
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

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  " from font-family -->
+                <!--  we need remove the additional  " from font-family -->
                 <xsl:value-of select="translate(substring-before(substring-after(@style,'font-family:'),';'), '"' ,'')"/>
             </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 @@ public:
         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 @@ void ListBox::EnableMultiSelection( sal_Bool bMulti, sal_Bool bStackSelection )
 
     // 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 );
 


More information about the Libreoffice-commits mailing list