diff --git a/sw/source/uibase/app/appenv.cxx b/sw/source/uibase/app/appenv.cxx index bcb6932b2e1d..7b9a927d3df0 100644 --- a/sw/source/uibase/app/appenv.cxx +++ b/sw/source/uibase/app/appenv.cxx @@ -123,7 +123,7 @@ OUString InsertLabEnvText( SwWrtShell& rSh, SwFieldMgr& rFieldMgr, const OUStrin if ( !bField ) rSh.Insert( sTmpText ); } - rSh.InsertLineBreak(); + rSh.SplitNode(); } rSh.DelLeft(); // Again remove last linebreak