summaryrefslogtreecommitdiffstats
path: root/include/comphelper/storagehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/storagehelper.hxx')
-rw-r--r--include/comphelper/storagehelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx
index a4bd3605c296..839bad262db0 100644
--- a/include/comphelper/storagehelper.hxx
+++ b/include/comphelper/storagehelper.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/embed/ElementModes.hpp>
#include <comphelper/comphelperdllapi.h>
#include <memory>
+#include <string_view>
#define PACKAGE_STORAGE_FORMAT_STRING "PackageFormat"
#define ZIP_STORAGE_FORMAT_STRING "ZipFormat"
@@ -171,7 +172,7 @@ public:
static css::uno::Sequence< css::beans::NamedValue >
CreatePackageEncryptionData(
- const OUString& aPassword );
+ std::u16string_view aPassword );
static css::uno::Sequence< css::beans::NamedValue >
CreateGpgPackageEncryptionData();