diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-10-27 11:30:35 +0100 |
---|---|---|
committer | Pranam Lashkari <lpranam@collabora.com> | 2024-10-27 11:51:06 +0100 |
commit | ee4b3324530dee5fe9af98d4ab08fa2d1ef36c85 (patch) | |
tree | e4fddf5aecd1c65a25c8e39ed0d68664040d9811 /sc | |
parent | 41803670f7870cdc21cca1f0bbbdb17dd12c2fda (diff) |
cid#1633859: COPY_PASTE_ERROR
Change-Id: I8934e68b169fe94ea6fb6fbf47d2ab09eb314ac6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175615
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/condformat/condformateasydlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |