diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-27 09:45:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-27 13:32:26 +0200 |
commit | f6bf58503dda832bad97b262e4feed633fdd4853 (patch) | |
tree | 7a75bae65f12a93007d6611e1114bf0b85cf22f0 /package/inc | |
parent | 0a7eac8576f313dcaf27ee45326d71fd6b5aea1e (diff) |
use more string_view in package
Change-Id: Ia38b2784222701d669f244523ce9a27c4068c5ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140639
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/zipfileaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/zipfileaccess.hxx b/package/inc/zipfileaccess.hxx index 5d85a846cfcd..b67a44b5c1a2 100644 --- a/package/inc/zipfileaccess.hxx +++ b/package/inc/zipfileaccess.hxx @@ -55,7 +55,7 @@ public: static css::uno::Sequence< OUString > GetPatternsFromString_Impl( const OUString& aString ); - static bool StringGoodForPattern_Impl( const OUString& aString, + static bool StringGoodForPattern_Impl( std::u16string_view, const css::uno::Sequence< OUString >& aPattern ); // XInitialization |