[Libreoffice-commits] core.git: sc/source
Thomas Viehmann
tv at beamnet.de
Wed Jan 21 07:54:38 PST 2015
sc/source/ui/miscdlgs/inscodlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 83133f175c021b3f139c596a771b56d94cb3ed11
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
Change-Id: Ic0d82c710c09a099329fa76e2fb81c6c8613b334
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>
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