summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/condformatmgr.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-25 11:12:35 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-25 11:16:59 +0100
commit5edf0adc8594aedd3c26d424ffd99c734028b138 (patch)
treefccde4b8d39151cfdf30cdbf4871cbf78fd7ffe2 /sc/source/ui/condformat/condformatmgr.cxx
parent4533b4b2a541d50b586f02236eb1eb90dfbd042c (diff)
disable this for now, fdo#57500
Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3
Diffstat (limited to 'sc/source/ui/condformat/condformatmgr.cxx')
-rw-r--r--sc/source/ui/condformat/condformatmgr.cxx2
1 files changed, 2 insertions, 0 deletions
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<ScCondFormatDlg> 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;