Fix typo: addtional => additional in the comment.

Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876
Reviewed-on: https://gerrit.libreoffice.org/3165
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
This commit is contained in:
Golnaz Irannejad
2013-04-01 21:06:21 -04:00
committed by Andras Timar
parent 07b0617a5a
commit 4d858fff6b
3 changed files with 3 additions and 3 deletions

View File

@@ -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">

View File

@@ -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&)

View File

@@ -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 );