To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87665
User er changed the following:
What |Old value |New value
================================================================================
Issue type|DEFECT |PATCH
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Apr 1 11:58:56 +0000
2008 -------
You see me a bit confused about the currency changes. For RSD you change the
CurrencySymbol from 'Din' to 'RSD'. Why? For CSD you change CurrencySymbol from
'Din' to 'CSD'. Why? In daily life, do you really write CSD or RSD instead of
Din?
With
<Currency default="false" usedInCompatibleFormatCodes="true">
<CurrencyID>CSD</CurrencyID>
- <CurrencySymbol>Din</CurrencySymbol>
+ <CurrencySymbol>CSD</CurrencySymbol>
you also said to change the code used in format codes from 'Din' to 'CSD', but
in the format codes you change it from 'Din' to 'RSD' by
- <LC_FORMAT ref="sr_RS" replaceFrom="[CURRENCY]" replaceTo="[$Din-881A]"/>
+ <LC_FORMAT ref="sr_RS" replaceFrom="[CURRENCY]" replaceTo="[$RSD-881A]"/>
Note that for programmatic reasons the CurrencySymbol can't be simply changed
because you won't be able to display documents correctly that used the old
symbol. Instead, a new Currency element has to be created and the old Currency
element needs a legacyOnly="true" attribute.
The addition of
+ <CurrencyID>DIN</CurrencyID>
+ <CurrencySymbol>din.</CurrencySymbol>
+ <BankSymbol>RSD</BankSymbol>
+ <CurrencyName>Srpski dinar</CurrencyName>
introduces a duplicate of
+ <CurrencyID>RSD</CurrencyID>
+ <CurrencySymbol>RSD</CurrencySymbol>
+ <BankSymbol>RSD</BankSymbol>
+ <CurrencyName>Srpski dinar</CurrencyName>
just that CurrencyID differs. Why? Note that CurrencyID and BankSymbol currently
should be identical and be ISO 4217 codes, but there is no DIN code.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]