summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfly.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porfly.cxx')
-rw-r--r--sw/source/core/text/porfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porfly.cxx b/sw/source/core/text/porfly.cxx
index 8d4fe773d1d2..7c23bb17cae7 100644
--- a/sw/source/core/text/porfly.cxx
+++ b/sw/source/core/text/porfly.cxx
@@ -256,7 +256,7 @@ SwFlyCntPortion::SwFlyCntPortion()
, m_eAlign(sw::LineAlign::NONE)
{
nLineLength = TextFrameIndex(1);
- SetWhichPor(POR_FLYCNT);
+ SetWhichPor(PortionType::FlyCnt);
}
sw::FlyContentPortion::FlyContentPortion(SwFlyInContentFrame* pFly)