diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-15 23:58:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-15 23:59:55 -0400 |
commit | 768f089d9d81a8c27940591e2755ea58b30ec96c (patch) | |
tree | 51b43fdefb98f06bd1cc3a0711fec00ee81f2e88 /sc/source/ui/dbgui | |
parent | 99ff52443e3e91376c306c33d0540f6ff9c45c2c (diff) |
Remove the 4th option from the pivot table source selection dialog.
Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/dapitype.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/dapitype.cxx b/sc/source/ui/dbgui/dapitype.cxx index a6f33df6e77b..c2a7bdd1ebe8 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() |