diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-15 16:47:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-15 21:33:17 +0200 |
commit | 65e846d73c023cb8ed8a8393a91032d4a816f2a0 (patch) | |
tree | 39ffe06f469d5d88ce7817338e359fff11f0210c /jvmfwk/inc | |
parent | 15d8762dd07289447e782a3812dfd4425fe9a82b (diff) |
use more string_view in jvmfwk
Change-Id: I05f3b171578b8fef5b15dcbbf10ae9b7cf2d1b02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133075
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/fwkutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx index 825355f42a47..76d437ae76b9 100644 --- a/jvmfwk/inc/fwkutil.hxx +++ b/jvmfwk/inc/fwkutil.hxx @@ -46,7 +46,7 @@ osl::Mutex& FwkMutex(); rtl::ByteSequence encodeBase16(const rtl::ByteSequence& rawData); rtl::ByteSequence decodeBase16(const rtl::ByteSequence& data); -OUString getDirFromFile(const OUString& usFilePath); +OUString getDirFromFile(std::u16string_view usFilePath); enum FileStatus { |