[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 25 02:19:13 PST 2012


 sc/source/ui/condformat/condformatmgr.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5edf0adc8594aedd3c26d424ffd99c734028b138
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Nov 25 11:12:35 2012 +0100

    disable this for now, fdo#57500
    
    Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3

diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx
index 6b3a48e..8039738 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;
 


More information about the Libreoffice-commits mailing list