sc/source/ui/condformat/condformateasydlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee4b3324530dee5fe9af98d4ab08fa2d1ef36c85 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Oct 27 11:30:35 2024 +0100 Commit: Pranam Lashkari <lpra...@collabora.com> CommitDate: Sun Oct 27 11:51:06 2024 +0100 cid#1633859: COPY_PASTE_ERROR Change-Id: I8934e68b169fe94ea6fb6fbf47d2ab09eb314ac6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175615 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Pranam Lashkari <lpra...@collabora.com> diff --git a/sc/source/ui/condformat/condformateasydlg.cxx b/sc/source/ui/condformat/condformateasydlg.cxx index 8480a47e884a..f8e45dd8cf63 100644 --- a/sc/source/ui/condformat/condformateasydlg.cxx +++ b/sc/source/ui/condformat/condformateasydlg.cxx @@ -287,7 +287,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) {