summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/scdlgfact.cxx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2024-11-25 19:42:55 +0530
committerPranam Lashkari <lpranam@collabora.com>2024-12-03 16:08:04 +0100
commit36108acc124efd73a5e69f5780e8e8220cf0875c (patch)
treed83a3a6f6cf44fa175c28c7e7d4e7fedc03ff931 /sc/source/ui/attrdlg/scdlgfact.cxx
parentdcf48b9d2dab74412b024ec1a3c12a6348f0c5f1 (diff)
Revert "sc: now conditions can be edited from easy conditional format dialog"
This reverts commit 8115c82f1f7f2621e2d99c93e1a3b2196279602a. Change-Id: Ie3f389561ee8f734ac76b3dec352382281f91c30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177284 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177335 Tested-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.cxx')
-rw-r--r--sc/source/ui/attrdlg/scdlgfact.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx
index 9f8c1a32bae2..e70283b4b5ce 100644
--- a/sc/source/ui/attrdlg/scdlgfact.cxx
+++ b/sc/source/ui/attrdlg/scdlgfact.cxx
@@ -734,9 +734,14 @@ void AbstractScCondFormatManagerDlg_Impl::SetModified()
return m_xDlg->SetModified();
}
-void AbstractScCondFormatManagerDlg_Impl::ShowEasyConditionalDialog(bool isEdit)
+ScConditionalFormat* AbstractScCondFormatManagerDlg_Impl::GetCondFormatSelected()
{
- m_xDlg->ShowEasyConditionalDialog(isEdit);
+ return m_xDlg->GetCondFormatSelected();
+}
+
+void AbstractScCondFormatManagerDlg_Impl::ShowEasyConditionalDialog()
+{
+ m_xDlg->ShowEasyConditionalDialog();
}
int AbstractScMetricInputDlg_Impl::GetInputValue() const