summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/caption.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:20:13 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 17:20:13 +0000
commit78e1f4343062c03a802f79cfa39cf17845e9a0d3 (patch)
treea1cdb3f465fb38dc562c99b29b31a6b8945768d9 /sw/source/ui/config/caption.cxx
parente2941c029a2f0ce063b5f13e7482d2cb2d2552d7 (diff)
INTEGRATION: CWS os107 (1.7.544); FILE MERGED
2007/11/07 10:18:53 os 1.7.544.1: #i61007# caption localisable
Diffstat (limited to 'sw/source/ui/config/caption.cxx')
-rw-r--r--sw/source/ui/config/caption.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/config/caption.cxx b/sw/source/ui/config/caption.cxx
index 039c20b4e603..6f51c9964611 100644
--- a/sw/source/ui/config/caption.cxx
+++ b/sw/source/ui/config/caption.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: caption.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 22:39:24 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 18:20:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,6 +56,7 @@ InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const SvGlobalName* pOleI
bUseCaption(FALSE),
eObjType(eType),
nNumType(SVX_NUM_ARABIC),
+ sNumberSeparator( ::rtl::OUString::createFromAscii(". ") ),
nPos(1),
nLevel(0),
sSeparator( String::CreateFromAscii( ": " ) ),
@@ -94,6 +95,7 @@ InsCaptionOpt& InsCaptionOpt::operator=( const InsCaptionOpt& rOpt )
aOleId = rOpt.aOleId;
sCategory = rOpt.sCategory;
nNumType = rOpt.nNumType;
+ sNumberSeparator = rOpt.sNumberSeparator;
sCaption = rOpt.sCaption;
nPos = rOpt.nPos;
nLevel = rOpt.nLevel;