summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-09-13 09:20:32 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-09-13 09:20:32 +0200
commit2f3ea72af8d8044e185fa4b96229b8b19ddf7da7 (patch)
treef4fed0d6b9f824d16e952d2189d505e6764e6bfe /sw
parentb45834bf6479e614353e6ff19b2883bac5b5370f (diff)
SwWW8ImplReader::Read_Tab: typo
Change-Id: I0dd667ec59862acce283db5f91850306c94d207d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 3a86fccfffb9..dc89f507a0f6 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -1292,7 +1292,7 @@ void SwWW8FltRefStack::SetAttrInDoc(const SwPosition& rTmpPos,
For explicit attributes we turn the adjusted writer tabstops back into 0 based
word indexes and we'll turn them back into writer indexes when setting them
into the document. If explicit left indent exist which affects them, then this
- is handled when the explict left indent is set into the document
+ is handled when the explicit left indent is set into the document
*/
void SwWW8ImplReader::Read_Tab(sal_uInt16 , const sal_uInt8* pData, short nLen)
{