https://issues.apache.org/ooo/show_bug.cgi?id=97669

Andreas Säger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Andreas Säger <[email protected]> ---
I could not reproduce this issue until it hit me. Something added the following
entries to my registrymodifications.xcu which then affects the NullDate of all
documents where the NullDate is not set explicitly. It changes the default date
from 1899-12-30 to 1904-01-01

<item oor:path="/org.openoffice.Office.Calc/Calculate/Other/Date">
<prop oor:name="DD" oor:op="fuse"><value>1</value></prop>
</item><item oor:path="/org.openoffice.Office.Calc/Calculate/Other/Date">
<prop oor:name="MM" oor:op="fuse"><value>1</value></prop></item>
<item oor:path="/org.openoffice.Office.Calc/Calculate/Other/Date"><prop
oor:name="YY" oor:op="fuse"><value>1904</value></prop></item>

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to