summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-15 23:58:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-15 23:59:55 -0400
commit768f089d9d81a8c27940591e2755ea58b30ec96c (patch)
tree51b43fdefb98f06bd1cc3a0711fec00ee81f2e88 /sc
parent99ff52443e3e91376c306c33d0540f6ff9c45c2c (diff)
Remove the 4th option from the pivot table source selection dialog.
Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/dbgui/dapitype.cxx3
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()