From c987e4948e6797db3d3a4d4b675bf39a66ab5897 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 3 Jul 2002 09:03:39 +0000 Subject: #99814# auto color exported as black in binary file format --- svx/source/items/numitem.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/items') diff --git a/svx/source/items/numitem.cxx b/svx/source/items/numitem.cxx index 948dbc45aae4..24c7c0fefb6d 100644 --- a/svx/source/items/numitem.cxx +++ b/svx/source/items/numitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numitem.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2001-10-17 13:44:30 $ + * last change: $Author: os $ $Date: 2002-07-03 10:03:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -389,7 +389,7 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC rStream << (USHORT)0; rStream << aGraphicSize; - rStream << nBulletColor; + rStream << (nBulletColor == COL_AUTO ? COL_BLACK : nBulletColor); rStream << nBulletRelSize; rStream << (USHORT)IsShowSymbol(); return rStream; -- cgit