summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:48:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:48:41 +0000
commit626715b7c0c617cbb978d97447cc99723a146d61 (patch)
tree8df582a819562f80162e024fbc252b95cccfb05a /svx/source/items
parent6600444ac36e83f5a609d861cfce81cd561624ef (diff)
INTEGRATION: CWS geordi2q14 (1.9.36); FILE MERGED
2004/01/28 15:34:57 hr 1.9.36.1: #111934#: merge CWS pp1numfor2
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/numfmtsh.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index e7f3401c8255..10b933794959 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numfmtsh.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 15:35:43 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:48:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -980,11 +980,11 @@ short SvxNumberFormatShell::FillEListWithUserCurrencys( SvStrings& rList,short n
if(pCurCurrencyEntry==NULL)
{
- // If no currency format was previously selected (we're not about to
- // add another currency) and no NfCurrencyEntry was found that matches
- // nCurFormatKey, try to select the initial currency format
- // (nCurFormatKey).
- bAdaptSelPos = (pTmpCurrencyEntry == NULL);
+ // #110398# If no currency format was previously selected (we're not
+ // about to add another currency), try to select the initial currency
+ // format (nCurFormatKey) that was set in FormatChanged() after
+ // matching the format string entered in the dialog.
+ bAdaptSelPos = sal_True;
pCurCurrencyEntry=(NfCurrencyEntry*)pTmpCurrencyEntry;
bBankingSymbol=bTmpBanking;
nCurCurrencyEntryPos=FindCurrencyFormat(pTmpCurrencyEntry,bTmpBanking);