summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/fews.cxx')
-rw-r--r--sw/source/core/frmedt/fews.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index acb70a299b8d..98469a66155b 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -495,7 +495,7 @@ void SwFEShell::InsertLabel( const SwLabelType eType, const OUString &rText, con
//put a hard-break after the graphic to keep it separated
//from the caption text if the outer frame is resized
SwIndex aIdx(pTxtNode, bBefore ? nInsertPos : 1);
- pTxtNode->InsertText(OUString("\n"), aIdx);
+ pTxtNode->InsertText("\n", aIdx);
}
}