diff options
Diffstat (limited to 'include/svtools/langtab.hxx')
-rw-r--r-- | include/svtools/langtab.hxx | 2 |
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 |