[PATCH libreoffice-4-0-3] Remove the 4th option from the pivot table source selection ...
Petr Mladek (via Code Review)
gerrit at gerrit.libreoffice.org
Tue Apr 16 07:27:45 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3419
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3419/1
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>
---
M sc/source/ui/dbgui/dapitype.cxx
M sc/source/ui/dbgui/dapitype.src
2 files changed, 5 insertions(+), 1 deletion(-)
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 @@
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 @@
OutputSize = TRUE ;
HelpId = HID_DATAPILOT_TYPE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 241 , 76 ) ;
+ Size = MAP_APPFONT ( 241 , 63 ) ;
Moveable = TRUE ;
Closeable = FALSE ;
--
To view, visit https://gerrit.libreoffice.org/3419
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I39ed1a9fd0476506cac0852af63182075f433ffd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-3
Gerrit-Owner: Petr Mladek <pmladek at suse.cz>
Gerrit-Reviewer: Kohei Yoshida <kohei.yoshida at gmail.com>
More information about the LibreOffice
mailing list