summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-03-14 11:52:52 +0100
committerEike Rathke <erack@redhat.com>2017-03-14 12:48:22 +0100
commitbde834ee6b0cb43cebece47cac55cc9b80aadc24 (patch)
treeef3f5ebe8340d0e0392905ec3cfab033953a6425 /include/svtools
parentbf63e5a3a6ae458ffe10061c1bcf969a534760c5 (diff)
display raw language tags in curly brackets
Place raw language tags in curly brackets {}, so all on-the-fly tags are grouped together at the top of a listbox (but behind the "[None]" entry). Change-Id: I01d388150241a8482a1f39f8eda26cdd5bb1d832
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 56d06188266c..5cfe392a10ab 100644
--- a/include/svtools/langtab.hxx
+++ b/include/svtools/langtab.hxx
@@ -48,7 +48,7 @@ public:
@param rString
UI visible description string. If empty, the rLanguageTag Bcp47
- string is used instead.
+ string placed in curly brackets is used instead, e.g. "{en-DK}"
*/
static sal_uInt32 AddLanguageTag( const LanguageTag& rLanguageTag, const OUString& rString );
};