diff options
-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() |