summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/owriteablestream.hxx')
-rw-r--r--package/source/xstor/owriteablestream.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index 3c8bbbf2aed5..ecb810c32529 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -47,6 +47,7 @@
#include <vector>
#include <memory>
+#include <string_view>
#include "ocompinstream.hxx"
@@ -214,8 +215,8 @@ public:
void CommitStreamRelInfo(
const css::uno::Reference< css::embed::XStorage >& xRelStorage,
- const OUString& aOrigStreamName,
- const OUString& aNewStreamName );
+ std::u16string_view aOrigStreamName,
+ std::u16string_view aNewStreamName );
void ReadRelInfoIfNecessary();