summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-11-27 11:24:59 +0100
committerEike Rathke <erack@redhat.com>2012-11-27 14:41:39 +0100
commitcb5df8a899a2f6795f857c4d300b6a3cf8977d20 (patch)
tree8ade42b6b28b875cef4b429375fe66726b7fd921 /sw
parent9e8ee8d23eeb96f9aea6f5c6bd43b75e1bf93c7d (diff)
added a FIXME marker
Change-Id: If6f15e57154da159999d570178eea896e43c4d45
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 6b6511c293d3..e4e6a6d8c4d2 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -1765,6 +1765,9 @@ void SwInsertDBColAutoPilot::Load()
rtl::OUString sNumberFormatLocale;
pSubProps[5] >>= sNumberFormatLocale;
+ /* FIXME-BCP47: handle language tags, and cope with the wrong
+ * Country-Language string that
+ * SwInsertDBColAutoPilot::Commit() writes so far! */
lang::Locale aLocale;
aLocale.Language = sNumberFormatLocale.copy(0, 2);
aLocale.Country = sNumberFormatLocale.copy(3, 2);