summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-09-17 12:10:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-17 15:15:59 +0200
commitb33f22678431a57be7e77822e977b66c33680290 (patch)
tree92142557efee11ed83a5638a12d9cfb4b151b55a
parentccd073e04478e5c72571dfa302055f6d1153e5aa (diff)
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@redhat.com>
-rw-r--r--sd/qa/unit/import-tests.cxx1
1 files changed, 1 insertions, 0 deletions
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>