diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-10-27 11:30:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-10-27 13:06:12 +0100 |
commit | 70853a998b348fe2f48179061708182945c14c16 (patch) | |
tree | 6ef6913bcc6675dbeb34a3a15fe7d835af9e9157 | |
parent | 707469a8d9dd1c829720ceffab598fa70d3e9d94 (diff) |
cid#1633859: COPY_PASTE_ERROR
Change-Id: I8934e68b169fe94ea6fb6fbf47d2ab09eb314ac6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175692
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Tested-by: Jenkins
-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 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) { |