From 74119c0e6605dfcb63eb42d5613c258207f12356 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Mon, 19 Mar 2001 14:05:55 +0000 Subject: fix a little bug --- xmloff/source/style/numehelp.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmloff/source/style') diff --git a/xmloff/source/style/numehelp.cxx b/xmloff/source/style/numehelp.cxx index c710571d7309..9ca22f980dc0 100644 --- a/xmloff/source/style/numehelp.cxx +++ b/xmloff/source/style/numehelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numehelp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: er $ $Date: 2001-01-26 17:21:37 $ + * last change: $Author: sab $ $Date: 2001-03-19 15:05:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,6 +177,7 @@ void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(SvXMLExpor sal_Bool bWasSetTypeAttribute = sal_False; switch(nTypeKey & ~util::NumberFormat::DEFINED) { + case 0: case util::NumberFormat::NUMBER: case util::NumberFormat::SCIENTIFIC: case util::NumberFormat::FRACTION: -- cgit