sc/source/ui/dbgui/dapitype.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 768f089d9d81a8c27940591e2755ea58b30ec96c Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Mon Apr 15 23:58:07 2013 -0400 Remove the 4th option from the pivot table source selection dialog. Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30 diff --git a/sc/source/ui/dbgui/dapitype.cxx b/sc/source/ui/dbgui/dapitype.cxx index a6f33df..c2a7bdd 100644 --- a/sc/source/ui/dbgui/dapitype.cxx +++ b/sc/source/ui/dbgui/dapitype.cxx @@ -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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits