From 66604baf08c47cc0c77ab3b9ee7e77f987c64722 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 23 Aug 2017 18:11:38 +0200 Subject: Consistently use OUString in test::Directories Change-Id: Ia5fd8af34ee9d2f37e4450ab241f6bb9a06445b2 Reviewed-on: https://gerrit.libreoffice.org/41466 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- emfio/qa/cppunit/emf/EmfImportTest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emfio/qa') diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx b/emfio/qa/cppunit/emf/EmfImportTest.cxx index a78aaeabeba2..ca766b8b67f3 100644 --- a/emfio/qa/cppunit/emf/EmfImportTest.cxx +++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx @@ -40,7 +40,7 @@ class Test : public test::BootstrapFixture, public XmlTestTools void testWorking(); - Primitive2DSequence parseEmf(const char* aSource); + Primitive2DSequence parseEmf(const OUString& aSource); public: CPPUNIT_TEST_SUITE(Test); @@ -48,7 +48,7 @@ public: CPPUNIT_TEST_SUITE_END(); }; -Primitive2DSequence Test::parseEmf(const char* aSource) +Primitive2DSequence Test::parseEmf(const OUString& aSource) { const Reference xEmfParser = EmfTools::create(m_xContext); -- cgit