This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1dfb23aee4 Update AOO-trunk.md
1dfb23aee4 is described below
commit 1dfb23aee4b2c9174a0865aed58ee6d3f1e84b3f
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Sun Jun 14 16:01:17 2026 +0200
Update AOO-trunk.md
b045a72b was cherry-picked to AOO42X (and AOO41X too)
---
AOO-trunk.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AOO-trunk.md b/AOO-trunk.md
index 09e707cf32..51a608dec6 100644
--- a/AOO-trunk.md
+++ b/AOO-trunk.md
@@ -110,7 +110,7 @@ depend on the Python-3 or Win64 baseline.
| Area | trunk commit(s) | What it fixes | Risk |
|---|---|---|---|
| **Calc / MS Excel 2003 XML import** | `d10bb11432` | Importing references to
**columns 677–702** (and beyond) was wrong: the old XSLT used a `÷26 − 1`
scheme instead of base-26² (676). Touches `spreadsheetml2ooo.xsl`. | Low —
isolated XSLT + test doc |
-| **Calc / Excel 2003 XML export** | `b045a72b`, `3714104178`, `50f8b0f2cf` |
Use the correct `of:`/`ooow:` namespace and R1C1 form when exporting ODF
formulas to Excel 2003 XML; allow exporting ODF <1.2 formulas. | Low–medium |
+| **Calc / Excel 2003 XML export** | ~~`b045a72b`~~, `3714104178`,
`50f8b0f2cf` | Use the correct `of:`/`ooow:` namespace and R1C1 form when
exporting ODF formulas to Excel 2003 XML; allow exporting ODF <1.2 formulas. |
Low–medium |
| **Win64 portability — file handles** | `5a41e572de` |
`SvStream::GetFileHandle()` returns `sal_uInt32` capped at 32 bits; widen to
support 64-bit Windows. (`tools/inc/tools/stream.hxx`, `strmunx.cxx`) | Low
(also benefits non-Win64) |
| **Win64 portability — time_t** | `926379c890` | `rsc` preprocessor used a
32-bit-capped `long` for `time_t`; use native `time_t`.
(`rsc/source/rscpp/cpp3.c`) | Low |
| **i18n unit tests** | `de76a5a`…`cc5c65fb` | New/relocated i18n JUnit API
tests under `test/testuno/source/api` (11 files, absent on AOO42X). | None
(test-only) |