diff options
author | Eike Rathke <erack@redhat.com> | 2020-07-23 13:33:44 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-07-23 13:36:03 +0200 |
commit | 15d4c885d471dfd4f09c02f4b4f3b6f0670d46ff (patch) | |
tree | 224744a0e0039fadf8d46aa75e16ffde81761144 /sc | |
parent | 444f3552ac4ecedc076d9f91e6e0e4e463c1f77a (diff) |
Remove wrong and misleading comment
The FIXME was added in a translation of the original comment where
it was not present, and the entire "this could use UI language" is
nonsense anyway.
Change-Id: I98e72ebc5a1a7a3ab8503d8029565f1d32f40ef0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/global.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index c535a9b7d8e9..05583b96f327 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -441,8 +441,6 @@ void ScGlobal::Init() // FIXME: So remove this variable? eLnge = LANGUAGE_SYSTEM; - // FIXME: If the sort-order etc. should depend the installed Office version - // use Application::GetSettings().GetUILanguage() here pSysLocale = new SvtSysLocale; pEmptyBrushItem = new SvxBrushItem( COL_TRANSPARENT, ATTR_BACKGROUND ); |