summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par5.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index db9a8260cb8b..2542b8dd089c 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -272,7 +272,7 @@ sal_Int32 FindParaStart( const OUString& rStr, sal_Unicode cToken, sal_Unicode c
|| rStr[ nBuf + 1 ] == cToken2 ) )
{
nBuf += 2;
- // skip spaces between cToken and it's parameters
+ // skip spaces between cToken and its parameters
while( nBuf < rStr.getLength()
&& rStr[ nBuf ] == ' ' )
nBuf++;