summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-11-27 18:55:08 +0100
committerEike Rathke <erack@redhat.com>2012-11-27 18:55:43 +0100
commit201a3b83d0868c8b0a884a17779b6a4838ed0615 (patch)
treec89c3e222ce9275d8235f4942d9241c719351f88 /sw/source/ui
parent52b10fdedb9a056cd8f4ef5f01863a3bb1e249c1 (diff)
we don't need to convert a system locale
Change-Id: I1b964fc34f078ddf400927ddce4c19130db43ad8
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/uiview/view2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index afeb9f484ac9..5cf63a055bc3 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -1897,7 +1897,7 @@ bool SwView::JumpToSwMark( const String& rMark )
SearchOptions aSearchOpt(
SearchAlgorithms_ABSOLUTE, 0,
sName, rtl::OUString(),
- LanguageTag( LANGUAGE_SYSTEM ).getLocale(),
+ SvtSysLocale().GetLanguageTag().getLocale(),
0,0,0,
TransliterationModules_IGNORE_CASE );