summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx b/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
index e0e5ae130745..336dbdb7ea6f 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
@@ -295,7 +295,7 @@ void XFDrawStyle::ToXml(IXFStream *pStrm)
aStr.clear();
switch (m_pFontWorkStyle->GetAdjustType())
{
- default: // fall througth
+ default: // fall through
case enumXFFWAdjustAutosize:
aStr = "autosize";
break;