sd/qa/unit/data/odp/tdf169911.odp  |binary
 sd/qa/unit/export-tests-ooxml4.cxx |   11 +++++++++++
 vcl/source/window/builder.cxx      |    3 ++-
 3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 1bc761ea79f52201cfb8c8fbe0e74ff20840cb82
Author:     Xisco Fauli <[email protected]>
AuthorDate: Mon Jan 5 13:31:58 2026 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Jan 6 10:23:31 2026 +0100

    tdf#169911: sd_export_tests-ooxml4: Add test
    
    Change-Id: I6786b166f5cdcd7ff0d3d50c04d5bc12a817635d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196566
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins

diff --git a/sd/qa/unit/data/odp/tdf169911.odp 
b/sd/qa/unit/data/odp/tdf169911.odp
new file mode 100644
index 000000000000..941e054a5315
Binary files /dev/null and b/sd/qa/unit/data/odp/tdf169911.odp differ
diff --git a/sd/qa/unit/export-tests-ooxml4.cxx 
b/sd/qa/unit/export-tests-ooxml4.cxx
index 5ff3d1ae11ef..e5a0a8556b38 100644
--- a/sd/qa/unit/export-tests-ooxml4.cxx
+++ b/sd/qa/unit/export-tests-ooxml4.cxx
@@ -884,6 +884,17 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf74670)
     CPPUNIT_ASSERT_EQUAL(1, nImageFiles);
 }
 
+CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, 
testTdf169911_exporting_animations_without_target)
+{
+    createSdImpressDoc("odp/tdf169911.odp");
+
+    // Without the fix in place, this test would have failed with
+    // - Expected: 0
+    // - Actual  : 28
+    // - validation error in OOXML export: Errors: 28
+    saveAndReload(TestFilter::PPTX);
+}
+
 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf109169_OctagonBevel)
 {
     // The document has a shape 'Octagon Bevel'. It consists of an octagon 
with 8 points and eight
commit be80bce45eee8078e072057db1d99a01319ba82e
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Jan 5 17:19:53 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Jan 6 10:23:28 2026 +0100

    add cosmetic novertpad widget to no-warn list
    
    Change-Id: I76b7098920d275d018894456955bb052c7c78ff6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196578
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 5bdad316e2e0..bd5ca633d947 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -3135,7 +3135,8 @@ std::vector<vcl::EnumContext::Context> 
BuilderBase::handleStyle(xmlreader::XmlRe
                 {
                     nPriority = o3tl::toInt32(rest);
                 }
-                else if (classStyle != "small-button" && classStyle != 
"destructive-action" && classStyle != "suggested-action")
+                else if (classStyle != "small-button" && classStyle != 
"destructive-action" &&
+                         classStyle != "suggested-action" && classStyle != 
"novertpad")
                 {
                     SAL_WARN("vcl.builder", "unknown class: " << classStyle);
                 }

Reply via email to