diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-13 16:14:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-13 20:36:16 +0200 |
commit | 0d55188fbf7b0399f01bae521f1a34d22ad8ba18 (patch) | |
tree | 7094b0fe13c8d6d7a288d160ae595acaac23e83c /include | |
parent | 902e81b1b0c62993270846962d44aea6774e9687 (diff) |
use more string_view in xmloff
Change-Id: I0d860fa6e3d3261f3393e912b27930066dd93f7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132972
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/unoatrcn.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx index 68baa3bd8b2e..8e5556bb18aa 100644 --- a/include/xmloff/unoatrcn.hxx +++ b/include/xmloff/unoatrcn.hxx @@ -45,7 +45,7 @@ class XMLOFF_DLLPUBLIC SvUnoAttributeContainer final : private: std::unique_ptr<SvXMLAttrContainerData> mpContainer; - SAL_DLLPRIVATE sal_uInt16 getIndexByName(const OUString& aName ) + SAL_DLLPRIVATE sal_uInt16 getIndexByName(std::u16string_view aName ) const; public: |