diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 21:39:14 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-21 06:04:52 +0100 |
commit | 0d4cc84ccaedebdcb3303e6c8cdd209d8390c64d (patch) | |
tree | a07a44ae0a0156a5b8bee7c4607c2d35f0ab0111 /sw/source | |
parent | 30465a05098246342763977beae625dfbb4dd0ea (diff) |
Fix typos
Change-Id: Ifd95ada4477d7d21ffbadd355226f91f2a2371e1
Reviewed-on: https://gerrit.libreoffice.org/45004
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 2 |
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 } |