diff options
Diffstat (limited to 'sw/source/ui/config/caption.cxx')
-rw-r--r-- | sw/source/ui/config/caption.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/caption.cxx b/sw/source/ui/config/caption.cxx index d1c5c52de2..ed5353015f 100644 --- a/sw/source/ui/config/caption.cxx +++ b/sw/source/ui/config/caption.cxx @@ -42,7 +42,7 @@ InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleI bUseCaption(FALSE), eObjType(eType), nNumType(SVX_NUM_ARABIC), - sNumberSeparator( ::rtl::OUString::createFromAscii(". ") ), + sNumberSeparator(RTL_CONSTASCII_USTRINGPARAM((". "))), nPos(1), nLevel(0), sSeparator( String::CreateFromAscii( ": " ) ), |