summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/frmdlg/frmmgr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/frmdlg/frmmgr.cxx b/sw/source/uibase/frmdlg/frmmgr.cxx
index 792bfa509522..6c79c8d4b0c9 100644
--- a/sw/source/uibase/frmdlg/frmmgr.cxx
+++ b/sw/source/uibase/frmdlg/frmmgr.cxx
@@ -87,11 +87,7 @@ SwFlyFrameAttrMgr::SwFlyFrameAttrMgr( bool bNew, SwWrtShell* pSh, Frmmgr_Type nT
if (nType == Frmmgr_Type::GRF || nType == Frmmgr_Type::OLE)
{
-#ifndef IOS // tdf#128021
- m_aSet.Put(SwFormatAnchor(RndStdIds::FLY_AS_CHAR));
-#else
m_aSet.Put(SwFormatAnchor(RndStdIds::FLY_AT_CHAR));
-#endif
}
}
else if ( nType == Frmmgr_Type::NONE )