aboutsummaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/cfgas_rtfbreak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/layout/cfgas_rtfbreak.cpp')
-rw-r--r--xfa/fgas/layout/cfgas_rtfbreak.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fgas/layout/cfgas_rtfbreak.cpp b/xfa/fgas/layout/cfgas_rtfbreak.cpp
index 66192dc8f..540a226b5 100644
--- a/xfa/fgas/layout/cfgas_rtfbreak.cpp
+++ b/xfa/fgas/layout/cfgas_rtfbreak.cpp
@@ -113,7 +113,6 @@ CFGAS_Char::BreakType CFGAS_RTFBreak::AppendChar(wchar_t wch) {
case FX_CHARTYPE::kSpace:
case FX_CHARTYPE::kNumeric:
case FX_CHARTYPE::kNormal:
- default:
dwRet2 = AppendChar_Others(pCurChar);
break;
}