https://issues.apache.org/ooo/show_bug.cgi?id=122473
Bug ID: 122473
Issue Type: DEFECT
Summary: Spontanious switch to NullDate 1904-01-01
Product: Calc
Version: AOO 3.4.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: configuration
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The problem of spontanious moving base dates (1899-12-30 --> 1904-01-01) comes
up every now and then:
http://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=56521
Some day I found that my brand new documents (not from my default template) are
based on 1904-01-01. CSV always gets imported into brand new documents and when
you copy data from a "sick" document to a regular ODF document my imported and
copied dates are off by minus 4 years and 2 days:
http://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=56521&p=270485#p270483
<snip registrymodifications.xcu>
<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>
</snip>
I have no idea what may have caused this change.
I can not imagine any situation where this automatic change to a global default
setting would make any sense. But something in this software must have written
the offending xml into that file.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.