sc/source/ui/condformat/condformateasydlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70853a998b348fe2f48179061708182945c14c16
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Oct 27 11:30:35 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Oct 27 13:06:12 2024 +0100

    cid#1633859: COPY_PASTE_ERROR
    
    Change-Id: I8934e68b169fe94ea6fb6fbf47d2ab09eb314ac6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175692
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>
    Tested-by: Jenkins

diff --git a/sc/source/ui/condformat/condformateasydlg.cxx 
b/sc/source/ui/condformat/condformateasydlg.cxx
index 21c0953cbab0..c95a3df9df27 100644
--- a/sc/source/ui/condformat/condformateasydlg.cxx
+++ b/sc/source/ui/condformat/condformateasydlg.cxx
@@ -297,7 +297,7 @@ 
ConditionalFormatEasyDialog::ConditionalFormatEasyDialog(SfxBindings* pBindings,
             if (mxNumberEntry->get_visible())
                 
mxNumberEntry->set_text(condEntry->GetExpression(aRange.GetTopLeftCorner(), 0));
             if (mxNumberEntry2->get_visible())
-                
mxNumberEntry->set_text(condEntry->GetExpression(aRange.GetTopLeftCorner(), 1));
+                
mxNumberEntry2->set_text(condEntry->GetExpression(aRange.GetTopLeftCorner(), 
1));
         }
         else if (type == ScFormatEntry::Type::Date)
         {

Reply via email to