summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-02-06 23:21:40 +0100
committerAndras Timar <andras.timar@collabora.com>2014-02-06 23:22:30 +0100
commitac6e8ac7e407887a18bca6c835f85e372a4d0932 (patch)
tree4011854fc6beb6c4bf03fc278efeeffddedae7d0 /xmloff
parent31ae0011352faa834da8969559430935e81d479f (diff)
typo fixes in comments
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 0f47e718d7ea..833e5ebfa781 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1405,7 +1405,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
sal_Bool bPara,
sal_Bool bOutlineLevelAttrFound,
sal_Int8 nOutlineLevel,
- // Numberings/Bullets in table not visible aftzer save/reload (#i80724#)
+ // Numberings/Bullets in table not visible after save/reload (#i80724#)
sal_Bool bSetListAttrs )
{
static OUString s_ParaStyleName( "ParaStyleName");
@@ -1462,7 +1462,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
is not inside a list and if it by default applies the outline style. (#i70748#)
*/
bool bApplyOutlineLevelAsListLevel( false );
- // Numberings/Bullets in table not visible aftzer save/reload (#i80724#)
+ // Numberings/Bullets in table not visible after save/reload (#i80724#)
if (bSetListAttrs && bPara
&& xPropSetInfo->hasPropertyByName( s_NumberingRules))
{