sc/source/ui/dbgui/dapitype.cxx | 4 ++++ sc/source/ui/dbgui/dapitype.src | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit 1d933d4533c9eb10f4456ec8a8a8468e6ff086d5 Author: Kohei Yoshida <[email protected]> Date: Mon Apr 15 21:30:18 2013 -0400 Remove the 4th option from the pivot table source selection dialog. Change-Id: I39ed1a9fd0476506cac0852af63182075f433ffd Reviewed-on: https://gerrit.libreoffice.org/3402 Reviewed-by: Petr Mladek <[email protected]> Tested-by: Petr Mladek <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/3419 Reviewed-by: Eike Rathke <[email protected]> Reviewed-by: Fridrich Strba <[email protected]> diff --git a/sc/source/ui/dbgui/dapitype.cxx b/sc/source/ui/dbgui/dapitype.cxx index cad3532..e17d1e0 100644 --- a/sc/source/ui/dbgui/dapitype.cxx +++ b/sc/source/ui/dbgui/dapitype.cxx @@ -62,6 +62,10 @@ ScDataPilotSourceTypeDlg::ScDataPilotSourceTypeDlg( Window* pParent, sal_Bool bE aBtnNamedRange.Disable(); FreeResource(); + + // Intentionally hide this to see if someone complains. Eventually we'll + // remove this option. + aBtnExternal.Show(false); } ScDataPilotSourceTypeDlg::~ScDataPilotSourceTypeDlg() diff --git a/sc/source/ui/dbgui/dapitype.src b/sc/source/ui/dbgui/dapitype.src index 569023d..4a388d6 100644 --- a/sc/source/ui/dbgui/dapitype.src +++ b/sc/source/ui/dbgui/dapitype.src @@ -26,7 +26,7 @@ ModalDialog RID_SCDLG_DAPITYPE OutputSize = TRUE ; HelpId = HID_DATAPILOT_TYPE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 241 , 76 ) ; + Size = MAP_APPFONT ( 241 , 63 ) ; Moveable = TRUE ; Closeable = FALSE ; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
