summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/ndtxt.cxx')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index c9c5bbfb579a..3ef80bd0d93f 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -4138,6 +4138,11 @@ OUString SwTextNode::GetLabelFollowedBy() const
return OUString(" ");
}
break;
+ case SvxNumberFormat::NEWLINE:
+ {
+ return OUString("\n");
+ }
+ break;
case SvxNumberFormat::NOTHING:
{
// intentionally left blank.