summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.hxx')
-rw-r--r--package/source/xstor/xstorage.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx
index 959a7aea72e6..cddaa7d6fbe1 100644
--- a/package/source/xstor/xstorage.hxx
+++ b/package/source/xstor/xstorage.hxx
@@ -53,6 +53,7 @@
#include <vector>
#include <memory>
+#include <string_view>
namespace com::sun::star::uno {
class XComponentContext;
@@ -249,10 +250,11 @@ struct OStorage_Impl
const ::comphelper::SequenceAsHashMap& aEncryptionData,
css::uno::Reference< css::io::XStream >& xTargetStream );
- void RemoveStreamRelInfo( const OUString& aOriginalName );
+ void RemoveStreamRelInfo( std::u16string_view aOriginalName );
void CreateRelStorage();
- void CommitStreamRelInfo( const OUString& rName, SotElement_Impl const * pStreamElement );
- css::uno::Reference< css::io::XInputStream > GetRelInfoStreamForName( const OUString& aName );
+ void CommitStreamRelInfo( std::u16string_view rName, SotElement_Impl const * pStreamElement );
+ css::uno::Reference< css::io::XInputStream > GetRelInfoStreamForName(
+ std::u16string_view aName );
void CommitRelInfo( const css::uno::Reference< css::container::XNameContainer >& xNewPackageFolder );
static void completeStorageStreamCopy_Impl(