[Libreoffice-commits] core.git: sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Mon Apr 15 20:56:49 PDT 2013


 sc/source/ui/dbgui/dapitype.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 768f089d9d81a8c27940591e2755ea58b30ec96c
Author: Kohei Yoshida <kohei.yoshida at 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()


More information about the Libreoffice-commits mailing list