From d53144e9d185b7b0b41d887c689c13bf27cd9906 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 24 Aug 2019 09:23:13 +0200 Subject: loplugin:returnconstval in svtools Change-Id: I2d1d9e0ed8e109ed0be4d7fb78d93790ae41177f Reviewed-on: https://gerrit.libreoffice.org/78052 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/langtab.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx index a53e928c9998..9038fb24d421 100644 --- a/include/svtools/langtab.hxx +++ b/include/svtools/langtab.hxx @@ -42,7 +42,7 @@ public: // Add LRE or RLE embedding characters to the string based on the // String content (see #i78466#, #i32179#) -SVT_DLLPUBLIC const OUString ApplyLreOrRleEmbedding( const OUString &rText ); +SVT_DLLPUBLIC OUString ApplyLreOrRleEmbedding( const OUString &rText ); #endif -- cgit v1.2.3