diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-17 10:09:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-17 12:12:03 +0100 |
commit | 0c7ac93103f69373a7e7639f4cf3ad464c0b727e (patch) | |
tree | 7d814c59be4e23b03cb266e3c797af0dcd927139 /sfx2/inc | |
parent | 0979798658ff536defe537f57cc6b32278d32414 (diff) |
loplugin:stringviewparam extend to constructors
Change-Id: Ia573921566ec6079b843cbcc0401d9d0f5c62089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105969
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/guisaveas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx index 9ccd33436f29..a62c5fc3822e 100644 --- a/sfx2/inc/guisaveas.hxx +++ b/sfx2/inc/guisaveas.hxx @@ -69,7 +69,7 @@ public: static bool WarnUnacceptableFormat( const css::uno::Reference< css::frame::XModel >& xModel, - const OUString& aOldUIName, + std::u16string_view aOldUIName, const OUString& aDefExtension, bool rDefaultIsAlien ); |