summaryrefslogtreecommitdiff
path: root/sw/source/core/text/inftxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/inftxt.cxx')
-rw-r--r--sw/source/core/text/inftxt.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 527e23f6e74e..deff44ac2545 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -1350,7 +1350,6 @@ void SwTextFormatInfo::CtorInitTextFormatInfo( OutputDevice* pRenderContext, SwT
//! needs to be done in this order
m_nMinLeading = 2;
m_nMinTrailing = 2;
- m_nMinWordLength = 0;
m_bAutoHyph = InitHyph();
m_bIgnoreFly = false;
@@ -1495,7 +1494,6 @@ SwTextFormatInfo::SwTextFormatInfo( const SwTextFormatInfo& rInf,
m_nMinLeading = 0;
m_nMinTrailing = 0;
- m_nMinWordLength = 0;
m_bFull = false;
m_bFootnoteDone = true;
m_bErgoDone = true;