summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/hffrm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-09 14:06:24 +0200
committerNoel Grandin <noel@peralex.com>2015-01-12 08:12:16 +0200
commitb3b4bbaf6cbd2226b659fea7d6ae473ccf84e9dd (patch)
tree7988016ebbad7160264a2e3b97a24ff7f5cf8b46 /sw/source/core/layout/hffrm.cxx
parent7201fa0dddd7dd0352f69fd2b2b64efcb361ccad (diff)
remove FRMC_ #defines
using a compressed 4-bit representation of an existing flagset is a pointless opimisation when the structure has half a dozen pointers in it. Change-Id: I17522c2d6c5f32c803183f3518d8711503bd9994
Diffstat (limited to 'sw/source/core/layout/hffrm.cxx')
-rw-r--r--sw/source/core/layout/hffrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx
index 2b08f30fa185..9e4f1ee9de19 100644
--- a/sw/source/core/layout/hffrm.cxx
+++ b/sw/source/core/layout/hffrm.cxx
@@ -96,7 +96,7 @@ static void lcl_LayoutFrmEnsureMinHeight(SwLayoutFrm & rFrm,
SwHeadFootFrm::SwHeadFootFrm( SwFrmFmt * pFmt, SwFrm* pSib, sal_uInt16 nTypeIn)
: SwLayoutFrm( pFmt, pSib )
{
- mnType = nTypeIn;
+ mnFrmType = nTypeIn;
SetDerivedVert( false );
const SwFmtCntnt &rCnt = pFmt->GetCntnt();