diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-05-18 08:43:27 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-05-18 08:43:27 +0000 |
commit | 4fbb8605a91ab1014d3ba6b2e10ddbbe655253ad (patch) | |
tree | 75655b748b9d3b0790711be8961191bac4bdd809 /xmloff/inc | |
parent | 9c5e7c2c4073ac0d6ae642699fa630be2ee57fdc (diff) |
#79771#; fix a little bug in the performance optimation
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/numehelp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/numehelp.hxx b/xmloff/inc/numehelp.hxx index 3dc6954ff96e..54d38cf46615 100644 --- a/xmloff/inc/numehelp.hxx +++ b/xmloff/inc/numehelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: numehelp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sab $ $Date: 2001-05-16 10:05:26 $ + * last change: $Author: sab $ $Date: 2001-05-18 09:42:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,6 +87,7 @@ struct XMLNumberFormat rtl::OUString sCurrency; sal_Int32 nNumberFormat; sal_Int16 nType; + sal_Bool bIsStandard : 1; XMLNumberFormat() : nNumberFormat(0), nType(0) {} XMLNumberFormat(const rtl::OUString& sTempCurrency, sal_Int32 nTempFormat, sal_Int16 nTempType) : sCurrency(sTempCurrency), nNumberFormat(nTempFormat), |