diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-04-06 07:29:56 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-04-06 23:02:16 +0200 |
commit | d856be879e0b94b36c8f87817de74189a8a04121 (patch) | |
tree | d65ec5f4272bcba1647e0a3a326ee6efa8f619f3 /include/oox | |
parent | a82a294f4681647fa4e11d8b02147d5881d80b0a (diff) |
Use more *string_view
Change-Id: Ic82bbb1b8d6b03066e66f5eb93e9a94b16b1a9f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150072
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/vmlexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index fb53ec099f7a..f6b9869dae7a 100644 --- a/include/oox/export/vmlexport.hxx +++ b/include/oox/export/vmlexport.hxx @@ -158,7 +158,7 @@ protected: /// /// This should be called from within StartShape() to ensure that the /// added attribute is preserved. - void AddShapeAttribute( sal_Int32 nAttribute, const OString& sValue ); + void AddShapeAttribute(sal_Int32 nAttribute, std::string_view sValue); using EscherEx::StartShape; using EscherEx::EndShape; |