From 5edf0adc8594aedd3c26d424ffd99c734028b138 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 25 Nov 2012 11:12:35 +0100 Subject: disable this for now, fdo#57500 Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3 --- sc/source/ui/condformat/condformatmgr.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/condformat') diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx index 6b3a48ed0dab..8039738e61cf 100644 --- a/sc/source/ui/condformat/condformatmgr.cxx +++ b/sc/source/ui/condformat/condformatmgr.cxx @@ -221,6 +221,7 @@ IMPL_LINK_NOARG(ScCondFormatManagerDlg, EditBtnHdl) boost::scoped_ptr pDlg;//(new ScCondFormatDlg(this, mpDoc, pFormat, pFormat->GetRange(), // pFormat->GetRange().GetTopLeftCorner(), condformat::dialog::NONE)); + /* if(pDlg->Execute() == RET_OK) { sal_Int32 nKey = pFormat->GetKey(); @@ -230,6 +231,7 @@ IMPL_LINK_NOARG(ScCondFormatManagerDlg, EditBtnHdl) mpFormatList->InsertNew(pNewFormat); maCtrlManager.Update(); } + */ mbModified = true; -- cgit