summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-19 14:05:55 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-19 14:05:55 +0000
commit74119c0e6605dfcb63eb42d5613c258207f12356 (patch)
tree22fc40b4e8f6bbf19c0d4f576af414c98ea72697 /xmloff/source/style
parente6897a638e6d93aa47a428060a1168a8e7b95a35 (diff)
fix a little bug
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/numehelp.cxx5
1 files changed, 3 insertions, 2 deletions
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: