From 17a278c1aa5247a435c53c34580fdd529c4c0736 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 5 Feb 2021 21:19:32 +0100 Subject: oox: prefix VML shapetype ids with _x0000_t Word 2013 refuses to even load a file that has a on some form control shape, reporting a misleading error in a location far later when the top-level w:tbl that contains the shape ends. Using id="_x0000_t75" appears to work, so let's do that then. Couldn't find any documentation on why this is so. Change-Id: Ie22bb04244e24b00a1880544872ae8e281422405 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110493 Tested-by: Jenkins Reviewed-by: Michael Stahl (cherry picked from commit 560f9bac4c1ee1b044efc55af8d532e9efefd313) --- sw/qa/extras/ooxmlexport/data/controlshape.fodt | 182 ++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 sw/qa/extras/ooxmlexport/data/controlshape.fodt (limited to 'sw/qa/extras/ooxmlexport/data/controlshape.fodt') diff --git a/sw/qa/extras/ooxmlexport/data/controlshape.fodt b/sw/qa/extras/ooxmlexport/data/controlshape.fodt new file mode 100644 index 000000000000..81a71092407c --- /dev/null +++ b/sw/qa/extras/ooxmlexport/data/controlshape.fodt @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit