summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index fd24098031ed..a585b8d48233 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1042,11 +1042,11 @@ void wwSectionManager::CreateSep(const long nTextPos)
if (eVer >= ww::eWW6)
{
- aRes = pSep->HasSprm((eVer <= ww::eWW7 ? 132 : 0x3001));
+ aRes = pSep->HasSprm(eVer <= ww::eWW7 ? 132 : 0x3001);
if (aRes.pSprm && aRes.nRemainingData >= 1)
aNewSection.maSep.iHeadingPgn = *aRes.pSprm;
- aRes = pSep->HasSprm((eVer <= ww::eWW7 ? 131 : 0x3000));
+ aRes = pSep->HasSprm(eVer <= ww::eWW7 ? 131 : 0x3000);
if (aRes.pSprm && aRes.nRemainingData >= 1)
aNewSection.maSep.cnsPgn = *aRes.pSprm;
}
@@ -1817,7 +1817,7 @@ WW8SwFlyPara::WW8SwFlyPara( SwPaM& rPaM,
{
bAutoWidth = true;
nWidth = nNetWidth =
- msword_cast<sal_Int16>((nPgWidth ? nPgWidth : 2268)); // 4 cm
+ msword_cast<sal_Int16>(nPgWidth ? nPgWidth : 2268); // 4 cm
}
if( nWidth <= MINFLY )
nWidth = nNetWidth = MINFLY; // minimum width