summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-28 20:29:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-29 09:25:12 +0100
commit1250aecd71fabde4dba990bfceb61bbe8e06b8ea (patch)
tree3c42ffdf68b7e81aba29228631a8cd34e2f11830 /include/codemaker
parent4f3987e0b1a995431478769c898b5ef151745254 (diff)
loplugin:stringviewparam extend to new..
O[U]StringBuffer methods Change-Id: I0ffbc33d54ae7c98b5652434f3370ee4f819f6f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110090 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/commonjava.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/commonjava.hxx b/include/codemaker/commonjava.hxx
index 10d7c28ba576..daac32263cea 100644
--- a/include/codemaker/commonjava.hxx
+++ b/include/codemaker/commonjava.hxx
@@ -31,7 +31,7 @@ namespace rtl { class OString; }
namespace codemaker::java {
rtl::OString translateUnoToJavaType(
- codemaker::UnoType::Sort sort, rtl::OString const & nucleus,
+ codemaker::UnoType::Sort sort, std::string_view nucleus,
bool referenceType);
rtl::OString translateUnoToJavaIdentifier(