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

New commits:
commit 7b39d4071a090829f40b61bc831e8069d6a9d493
Author: Thomas Viehmann <t...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>
    (cherry picked from commit 83133f175c021b3f139c596a771b56d94cb3ed11)
    
    Change-Id: Ic0d82c710c09a099329fa76e2fb81c6c8613b334
    Reviewed-on: https://gerrit.libreoffice.org/14083
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to