This is an automated email from the ASF dual-hosted git repository.
damjan pushed a change to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from bd4036b4fc Cleaned up resource file for Euro converter
new 74eb9fee55 Allow the XLSX Relationship "Target" attribute in
_rels/.rels to have superfluous slashes.
new 1f71f1d8c3 Add support for the new XLSX date type in cells, denoted
with attribute t="d", used by Excel 2010.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/oox/inc/oox/core/relationshandler.hxx | 4 ++
.../oox/helper/datetimehelper.hxx} | 12 +++--
main/oox/source/core/filterdetect.cxx | 3 +-
main/oox/source/core/relationshandler.cxx | 26 +++++++++-
main/oox/source/helper/attributelist.cxx | 13 +----
.../modelbase.cxx => helper/datetimehelper.cxx} | 56 +++++++---------------
main/oox/source/helper/makefile.mk | 1 +
main/oox/source/xls/sheetdatacontext.cxx | 12 +++++
main/oox/source/xls/unitconverter.cxx | 2 +-
9 files changed, 74 insertions(+), 55 deletions(-)
copy main/oox/{source/token/tokens.hxx.tail =>
inc/oox/helper/datetimehelper.hxx} (75%)
copy main/oox/source/{drawingml/chart/modelbase.cxx =>
helper/datetimehelper.cxx} (54%)