summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/caption.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/config/caption.cxx')
-rw-r--r--sw/source/ui/config/caption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/caption.cxx b/sw/source/ui/config/caption.cxx
index 951e791228d5..a87f40e89e4d 100644
--- a/sw/source/ui/config/caption.cxx
+++ b/sw/source/ui/config/caption.cxx
@@ -27,7 +27,7 @@ InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleI
bUseCaption(sal_False),
eObjType(eType),
nNumType(SVX_NUM_ARABIC),
- sNumberSeparator(RTL_CONSTASCII_USTRINGPARAM((". "))),
+ sNumberSeparator((". ")),
nPos(1),
nLevel(0),
sSeparator( OUString(": ") ),