[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Apr 16 06:46:11 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 c7838491f7c1fc1de6a11983e4bdee7692619bba
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>

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