Kaydet (Commit) 768f089d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove the 4th option from the pivot table source selection dialog.

Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30
üst 99ff5244
......@@ -54,6 +54,9 @@ ScDataPilotSourceTypeDlg::ScDataPilotSourceTypeDlg(Window* pParent, bool bEnable
// Disabled unless at least one named range exists.
m_pLbNamedRange->Disable();
m_pBtnNamedRange->Disable();
// Intentionally hide this button to see if anyone complains.
m_pBtnExternal->Show(false);
}
ScDataPilotSourceTypeDlg::~ScDataPilotSourceTypeDlg()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment