sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 4094e07ea738b47a99e30cbf70cdf943a5088355
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Sep 26 19:48:04 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Sep 27 08:43:50 2023 +0200

    CppunitTest_sw_ooxmlimport: fix comment in testFdo87488
    
    I forgot to do this in commit 566370dc3754ed3f858f1617e776ec0bc3399499
    (sw: rework to avoid the DECLARE_OOXMLIMPORT_TEST macro, 2021-06-01).
    
    Change-Id: I0ec080d4921a400422771188df9060a35b13feda
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157295
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 6b2b2243c3b8..e31dc1222e52 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1370,9 +1370,7 @@ CPPUNIT_TEST_FIXTURE(Test, testFdo87488)
 {
     // The shape on the right (index 0, CustomShape within a
     // GroupShape) is rotated 90 degrees clockwise and contains text
-    // rotated 90 degrees anticlockwise.  Must be read with SmartArt
-    // enabled in preTest above, otherwise it gets converted to a
-    // StarView MetaFile.
+    // rotated 90 degrees anticlockwise.
     SvtFilterOptions::Get().SetSmartArt2Shape(true);
     comphelper::ScopeGuard g([] { 
SvtFilterOptions::Get().SetSmartArt2Shape(false); });
     createSwDoc("fdo87488.docx");

Reply via email to