From 0771ac00acc8730f77db76b901724f1513a32723 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Jun 2021 21:12:25 +0200 Subject: use string_view in the Translate API Change-Id: I0bb0ea9d39ed623928060ffd3f2e2bc36ba33209 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117272 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/svlresid.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/svl') diff --git a/include/svl/svlresid.hxx b/include/svl/svlresid.hxx index 4b568bb12b39..5e6f271ea7a1 100644 --- a/include/svl/svlresid.hxx +++ b/include/svl/svlresid.hxx @@ -12,8 +12,9 @@ #include #include +#include -SVL_DLLPUBLIC OUString SvlResId(const char* pId); +SVL_DLLPUBLIC OUString SvlResId(std::string_view aId); #endif // INCLUDED_SVL_SVTRESID_HXX -- cgit