https://bugs.documentfoundation.org/show_bug.cgi?id=168727

--- Comment #2 from Gabor Kelemen (allotropia) <[email protected]> ---
Created attachment 203170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=203170&action=edit
The example file saved with Calc master, in English UI

The suspicious part is in xl/pivotCache/pivotCacheDefinition1.xml:

  <cacheField name="Err" numFmtId="0">
   <sharedItems count="2">
    <s v="abc"/>
    <e v="#N/A"/>
   </sharedItems>
  </cacheField>

This is good in English saved version, but bad in German saved one:

  <cacheField name="Err" numFmtId="0">
   <sharedItems count="2">
    <s v="abc"/>
    <e v="#NV"/>
   </sharedItems>
  </cacheField>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to