summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:11:17 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:33:19 +0200
commit025559813580370ffdf0de0a8844eed4cbe0ab1c (patch)
treef58354939a60f0195923a8bf91033c66d3ba263c
parentb5ac62c06d8dcbb7ecad325685fec80df7470458 (diff)
disable these buttons until figured out how to call the cond format dlg
Change-Id: I519e4fec832a47e298512a0f0416bc12827913fb
-rw-r--r--sc/source/ui/condformat/condformatmgr.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx
index 16c8291cb938..dc5bb8b3d6fe 100644
--- a/sc/source/ui/condformat/condformatmgr.cxx
+++ b/sc/source/ui/condformat/condformatmgr.cxx
@@ -183,6 +183,9 @@ ScCondFormatManagerDlg::ScCondFormatManagerDlg(Window* pParent, ScDocument* pDoc
maBtnEdit.SetClickHdl(LINK(this, ScCondFormatManagerDlg, EditBtnHdl));
maBtnAdd.SetClickHdl(LINK(this, ScCondFormatManagerDlg, AddBtnHdl));
maCtrlManager.GetListControl().SetDoubleClickHdl(LINK(this, ScCondFormatManagerDlg, EditBtnHdl));
+
+ maBtnAdd.Disable();
+ maBtnEdit.Disable();
}
ScCondFormatManagerDlg::~ScCondFormatManagerDlg()