summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-10 07:07:34 +0000
committerOliver Specht <os@openoffice.org>2002-09-10 07:07:34 +0000
commit47f07b93bf3576f64491f612fa39e6c14854a584 (patch)
treef60514663c93668db482b189375c43c101b9edea /svx/source/items
parente36b33631526b4cf3e0af3201f49dc10627b5685 (diff)
#103095# numbering defaults corrected
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/numitem.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/items/numitem.cxx b/svx/source/items/numitem.cxx
index a6f6ab51a285..5e6cce74915d 100644
--- a/svx/source/items/numitem.cxx
+++ b/svx/source/items/numitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numitem.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: cl $ $Date: 2002-07-16 10:28:53 $
+ * last change: $Author: os $ $Date: 2002-09-10 08:07:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -686,10 +686,11 @@ SvxNumRule::SvxNumRule(ULONG nFeatures, USHORT nLevels, BOOL bCont, SvxNumRuleTy
{
aFmts[i] = new SvxNumberFormat(SVX_NUM_CHARS_UPPER_LETTER);
//daran wird zwischen writer und draw unterschieden
- if(bContinuousNumbering)
+ if(nFeatures & NUM_CONTINUOUS)
{
aFmts[i]->SetLSpace( MM100_TO_TWIP(DEF_WRITER_LSPACE) );
aFmts[i]->SetAbsLSpace( MM100_TO_TWIP(DEF_WRITER_LSPACE * (i+1)) );
+ aFmts[i]->SetFirstLineOffset(MM100_TO_TWIP(-DEF_WRITER_LSPACE));
}
else
{