[PATCH libreoffice-4-0] Remove the 4th option from the pivot table source selection ...
Kohei Yoshida (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Apr 15 18:33:13 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3402
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/3402/1
Remove the 4th option from the pivot table source selection dialog.
Change-Id: I39ed1a9fd0476506cac0852af63182075f433ffd
---
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/3402
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
Gerrit-Owner: Kohei Yoshida <kohei.yoshida at gmail.com>
More information about the LibreOffice
mailing list