diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-06-08 06:13:34 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-06-08 06:13:34 +0000 |
commit | 9b4ddb242e4bc6ee570f1c7e08ec8db827b2d52c (patch) | |
tree | a2f174cd6f85a095c446ad66c25f81244de5a8b5 /xmloff/source/style/numehelp.cxx | |
parent | 22fb11b26d785d7368b71e46c49d3bc62c02cdab (diff) |
#79771#; fix a little bug in performance optimization
Diffstat (limited to 'xmloff/source/style/numehelp.cxx')
-rw-r--r-- | xmloff/source/style/numehelp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/style/numehelp.cxx b/xmloff/source/style/numehelp.cxx index b6173256390b..37be5f1cfa4f 100644 --- a/xmloff/source/style/numehelp.cxx +++ b/xmloff/source/style/numehelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numehelp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sab $ $Date: 2001-05-23 11:36:01 $ + * last change: $Author: sab $ $Date: 2001-06-08 07:13:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,7 @@ sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNu if (aItr != aNumberFormats.end()) { bIsStandard = aItr->bIsStandard; + sCurrency = aItr->sCurrency; return aItr->nType; } else |