summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/config/caption.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/config/caption.cxx')
-rw-r--r--sw/source/uibase/config/caption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/caption.cxx b/sw/source/uibase/config/caption.cxx
index 97244660f550..0458826a30d7 100644
--- a/sw/source/uibase/config/caption.cxx
+++ b/sw/source/uibase/config/caption.cxx
@@ -25,7 +25,7 @@ InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleI
bUseCaption(false),
eObjType(eType),
nNumType(SVX_NUM_ARABIC),
- sNumberSeparator((". ")),
+ sNumberSeparator(". "),
nPos(1),
nLevel(0),
sSeparator( OUString(": ") ),