summaryrefslogtreecommitdiff
path: root/include/test/unoapi_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/unoapi_test.hxx')
-rw-r--r--include/test/unoapi_test.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx
index b4a09b4a28cd..82f04cf465eb 100644
--- a/include/test/unoapi_test.hxx
+++ b/include/test/unoapi_test.hxx
@@ -11,6 +11,9 @@
#define INCLUDED_TEST_UNOAPI_TEST_HXX
#include <sal/config.h>
+
+#include <string_view>
+
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
#include <com/sun/star/lang/XComponent.hpp>
@@ -23,7 +26,7 @@ class OOO_DLLPUBLIC_TEST UnoApiTest : public test::BootstrapFixture, public unot
public:
UnoApiTest(const OUString& path);
- void createFileURL(const OUString& aFileBase, OUString& rFilePath);
+ void createFileURL(std::u16string_view aFileBase, OUString& rFilePath);
virtual void setUp() override;