diff options
author | Oliver Specht <os@openoffice.org> | 2000-12-14 11:41:20 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-12-14 11:41:20 +0000 |
commit | 627a003fe433a1ca1c4316f2dfaf9f3f83b48433 (patch) | |
tree | 3baf6607f288c8900744b69fc224dec10b8126cc /sw | |
parent | 930f64d3f903787368a8c8cc86857a2932da815e (diff) |
#82001# ignore impress numbering level property
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unosett.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx index 6509068fc659..013d19c4ed72 100644 --- a/sw/source/core/unocore/unosett.cxx +++ b/sw/source/core/unocore/unosett.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unosett.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: os $ $Date: 2000-12-12 14:49:24 $ + * last change: $Author: os $ $Date: 2000-12-14 12:41:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1795,6 +1795,8 @@ void SwXNumberingRules::setNumberingRuleByIndex( break; } } + if(bExcept && COMPARE_EQUAL == rProp.Name.compareToAscii("BulletRelSize")) + bExcept = sal_False; PropValData* pData = new PropValData(rProp.Value, rProp.Name ); aPropertyValues.Insert(pData, aPropertyValues.Count()); } @@ -2081,6 +2083,8 @@ void SwXNumberingRules::setNumberingRuleByIndex( } } break; + case 19: // BulletRelSize - unsupported - only available in Impress + break; } } if(!bExcept && !bWrongArg && (pSetBrush || pSetSize || pSetVOrient)) |