summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/xfilter/xfparastyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfparastyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx
index 0cd6da4499bc..b8f9155752c2 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.cxx
@@ -243,7 +243,7 @@ void XFParaStyle::SetLineHeight(enumLHType type, double value)
case enumLHLeast:
m_aLineHeight.SetLeastHeight(value);
break;
- case enumLHPercent: //perhaps i should redesign the interface here,ohm..
+ case enumLHPercent: //perhaps i should redesign the interface here,ohm...
m_aLineHeight.SetPercent(static_cast<sal_Int32>(value));
break;
case enumLHSpace: