summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Viehmann <tv@beamnet.de>2015-01-20 20:05:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-01-21 15:54:06 +0000
commit83133f175c021b3f139c596a771b56d94cb3ed11 (patch)
treeef0aca158c6f6fda43e5c31bddd8f848dcac4aaa /sc
parentdf54862ec61c81a39b7ccfadc292b5bf859f45fa (diff)
fdo #88578: Focus on first checkbox when showing calc paste special dialog
Change-Id: Ic0d82c710c09a099329fa76e2fb81c6c8613b334 Reviewed-on: https://gerrit.libreoffice.org/14071 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/miscdlgs/inscodlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/inscodlg.cxx b/sc/source/ui/miscdlgs/inscodlg.cxx
index 75e5bac2574f..0ac77f7af429 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