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

Thomas Viehmann tv at beamnet.de
Wed Jan 21 08:09:09 PST 2015


 sc/source/ui/miscdlgs/inscodlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7b39d4071a090829f40b61bc831e8069d6a9d493
Author: Thomas Viehmann <tv at beamnet.de>
Date:   Tue Jan 20 20:05:35 2015 +0100

    fdo#88578: Focus on first checkbox when showing calc paste special dialog
    
    Reviewed-on: https://gerrit.libreoffice.org/14071
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit 83133f175c021b3f139c596a771b56d94cb3ed11)
    
    Change-Id: Ic0d82c710c09a099329fa76e2fb81c6c8613b334
    Reviewed-on: https://gerrit.libreoffice.org/14083
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/miscdlgs/inscodlg.cxx b/sc/source/ui/miscdlgs/inscodlg.cxx
index 75e5bac..0ac77f7 100644
--- a/sc/source/ui/miscdlgs/inscodlg.cxx
+++ b/sc/source/ui/miscdlgs/inscodlg.cxx
@@ -124,6 +124,7 @@ ScInsertContentsDlg::ScInsertContentsDlg( vcl::Window*       pParent,
     mpBtnShortCutPasteValuesOnly->SetClickHdl( LINK( this, ScInsertContentsDlg, ShortCutHdl ) );;
     mpBtnShortCutPasteValuesFormats->SetClickHdl( LINK( this, ScInsertContentsDlg, ShortCutHdl ) );;
     mpBtnShortCutPasteTranspose->SetClickHdl( LINK( this, ScInsertContentsDlg, ShortCutHdl ) );
+    mpBtnInsAll->GrabFocus();
 }
 
 InsertDeleteFlags ScInsertContentsDlg::GetInsContentsCmdBits() const


More information about the Libreoffice-commits mailing list