[Libreoffice-commits] core.git: sd/qa
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 17 13:16:43 UTC 2020
sd/qa/unit/import-tests.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b33f22678431a57be7e77822e977b66c33680290
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 17 12:10:41 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 17 15:15:59 2020 +0200
Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)
...after f580114e9da5b96a2ba61bbf527e33ab127b2a8d "tdf#49856 Add a test" (cf.
5d8f0fad50f90195a11873c70ddab4644f5839ea "Adapt CPPUNIT_ASSERT to C++20 deleted
ostream << for sal_Unicode (aka char16_t)")
Change-Id: I9518d89a74e01f44425d8e21fa5ec89a648a2721
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102913
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index a6aa1c134738..5d7e6893ddf8 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -17,6 +17,7 @@
#include "sdmodeltestbase.hxx"
+#include <o3tl/cppunittraitshelper.hxx>
#include <svl/stritem.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editobj.hxx>
More information about the Libreoffice-commits
mailing list