summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 5a7c740e8c3b..fc9ca941a39d 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -4601,7 +4601,7 @@ void WW8RStyle::Import()
&& pi->m_pFormat // Format ok ?
&& pj->m_pFormat // Derived-Format ok ?
&& pi->m_bColl // only possible for paragraph templates (WW)
- && pj->m_bColl ){ // identical Typ ?
+ && pj->m_bColl ){ // identical Type ?
static_cast<SwTextFormatColl*>(pi->m_pFormat)->SetNextTextFormatColl(
*static_cast<SwTextFormatColl*>(pj->m_pFormat) ); // ok, register
}