summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:26:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:29 +0200
commitaa0493be8cbbc3025e1dd2d005c54f519c864bcc (patch)
tree0c86072243d38897ec4334e3cee3ad4fdd12169f /sw/source/filter/ww8
parent13943b18b7911e82e95f301f3ff7e539ea24a68c (diff)
typo: puposes -> purposes
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index b78848c5f6b9..fafa595523b0 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2148,7 +2148,7 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
OUString aSnippet( aAttrIter.GetSnippet( aStr, nAktPos + ofs, nLen ) );
if ( ( nTxtTyp == TXT_EDN || nTxtTyp == TXT_FTN ) && nAktPos == 0 && nLen > 0 )
{
- // Insert tab for aesthetic puposes #i24762#
+ // Insert tab for aesthetic purposes #i24762#
if ( aSnippet[0] != 0x09 )
aSnippet = OUString( 0x09 ) + aSnippet;
}