[Libreoffice-commits] core.git: sc/source

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 23 11:36:44 UTC 2020


 sc/source/core/data/global.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 15d4c885d471dfd4f09c02f4b4f3b6f0670d46ff
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Thu Jul 23 13:33:44 2020 +0200
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Thu Jul 23 13:36:03 2020 +0200

    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

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 );


More information about the Libreoffice-commits mailing list