sc/inc/strings.hrc             |    2 +-
 sc/source/ui/dbgui/filtdlg.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 93e0ce447ce2e913995800d45614dfc74d80b2b5
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Wed Sep 14 23:10:31 2022 +0900
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Sep 23 21:54:57 2022 +0200

    Rename #define
    
    Rename SCSTR_FILTER_TEXT_COLOR_COND to SCSTR_FILTER_FONT_COLOR_COND 
according to UI string changes (https://gerrit.libreoffice.org/c/core/+/137087).
    
    Change-Id: I34a707e4924299fccbbb3dcd9580de100221a012
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139943
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index 1d45fc0d7647..24a40a41ef57 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -39,7 +39,7 @@
 #define SCSTR_FILTER_COLOR                          NC_("SCSTR_FILTER_COLOR", 
"Filter by Color")
 #define SCSTR_FILTER_CONDITION                      
NC_("SCSTR_FILTER_CONDITION", "Filter by Condition")
 // This must match the translation of the same strings of 
standardfilterdialog|cond
-#define SCSTR_FILTER_TEXT_COLOR_COND                
NC_("STANDARDFILTERDIALOG_COND", "Font color")
+#define SCSTR_FILTER_FONT_COLOR_COND                
NC_("STANDARDFILTERDIALOG_COND", "Font color")
 #define SCSTR_FILTER_BACKGROUND_COLOR_COND          
NC_("STANDARDFILTERDIALOG_COND", "Background color")
 #define SCSTR_FILTER_NO_FILL                        
NC_("SCSTR_FILTER_NO_FILL", "No Fill")
 #define SCSTR_FILTER_AUTOMATIC_COLOR                
NC_("SCSTR_FILTER_AUTOMATIC_COLOR", "Automatic")
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 2af41567082d..dd6060021e7e 100644
--- a/sc/source/ui/dbgui/filtdlg.cxx
+++ b/sc/source/ui/dbgui/filtdlg.cxx
@@ -59,7 +59,7 @@ ScFilterDlg::ScFilterDlg(SfxBindings* pB, SfxChildWindow* 
pCW, weld::Window* pPa
     , aStrEmpty(ScResId(SCSTR_FILTER_EMPTY))
     , aStrNotEmpty(ScResId(SCSTR_FILTER_NOTEMPTY))
     , aStrColumn(ScResId(SCSTR_COLUMN_LETTER))
-    , aStrTextColor(ScResId(SCSTR_FILTER_TEXT_COLOR_COND))
+    , aStrTextColor(ScResId(SCSTR_FILTER_FONT_COLOR_COND))
     , aStrBackgroundColor(ScResId(SCSTR_FILTER_BACKGROUND_COLOR_COND))
     , nWhichQuery(rArgSet.GetPool()->GetWhich(SID_QUERY))
     , theQueryData(static_cast<const 
ScQueryItem&>(rArgSet.Get(nWhichQuery)).GetQueryData())

Reply via email to