summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 09:23:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 14:25:55 +0200
commitd53144e9d185b7b0b41d887c689c13bf27cd9906 (patch)
tree23e5b16930558e2642e6f2c81caf05ddea61eae2 /include/svtools
parentd4f9f4b2d57c4f51c026fd114934dd63f4ece13e (diff)
loplugin:returnconstval in svtools
Change-Id: I2d1d9e0ed8e109ed0be4d7fb78d93790ae41177f Reviewed-on: https://gerrit.libreoffice.org/78052 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/langtab.hxx2
1 files changed, 1 insertions, 1 deletions
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