[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-3' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Wed Apr 17 00:53:20 PDT 2013
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 <kohei.yoshida at gmail.com>
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 <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at suse.cz>
Reviewed-on: https://gerrit.libreoffice.org/3419
Reviewed-by: Eike Rathke <erack at redhat.com>
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
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 ;
More information about the Libreoffice-commits
mailing list