summaryrefslogtreecommitdiff
path: root/include/oox/crypto/StrongEncryptionDataSpace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/crypto/StrongEncryptionDataSpace.hxx')
-rw-r--r--include/oox/crypto/StrongEncryptionDataSpace.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/StrongEncryptionDataSpace.hxx b/include/oox/crypto/StrongEncryptionDataSpace.hxx
index f3fcff9edaab..327308a4c6ac 100644
--- a/include/oox/crypto/StrongEncryptionDataSpace.hxx
+++ b/include/oox/crypto/StrongEncryptionDataSpace.hxx
@@ -33,7 +33,7 @@ class StrongEncryptionDataSpace final
css::uno::Reference<css::io::XInputStream>
getStream(const css::uno::Sequence<css::beans::NamedValue>& rStreams,
- const rtl::OUString sStreamName);
+ std::u16string_view sStreamName);
public:
StrongEncryptionDataSpace(const css::uno::Reference<css::uno::XComponentContext>& rxContext);