diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-27 15:15:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-28 08:42:01 +0200 |
commit | ceaff89c973953e283aa881292206c593e5f9c7c (patch) | |
tree | 35394077d755495ad8dc4a08ce5649ae77bc99bb /include/oox/crypto | |
parent | 3c3f41dc11957c1ee8e8e06fbf197cae28d7671b (diff) |
use more string_view in oox
Change-Id: Ib0d7015a898073d51ac2638d62a19eadcba37685
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140653
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/crypto')
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 8a7aec3e66af..17ebbccd2556 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -29,7 +29,7 @@ class OOX_DLLPUBLIC Standard2007Engine final : public CryptoEngine msfilter::StandardEncryptionInfo mInfo; bool generateVerifier(); - bool calculateEncryptionKey(const OUString& rPassword); + bool calculateEncryptionKey(std::u16string_view rPassword); public: Standard2007Engine() = default; |