diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-15 14:32:27 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-15 14:32:27 +0000 |
commit | f8be427cd9b311b98e84d673dea15d917acde81c (patch) | |
tree | 85df1c1a1c331630897c14648a058fb35b9456ac /sc | |
parent | 71d322a8ce0f5f5cbfd66fd689ff10b3490c1ee4 (diff) |
#i123725# choose by default the following options, Insert or delete cells and Keep formatting options on define database range dialog
Notes
Notes:
merged as: 557fbb450b67280d967fa9a16f9daa3215baacba
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/dbnamdlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx index 76d4c2e2f47d..8613ee4a1bff 100644 --- a/sc/source/ui/dbgui/dbnamdlg.cxx +++ b/sc/source/ui/dbgui/dbnamdlg.cxx @@ -208,6 +208,8 @@ __EXPORT ScDbNameDlg::~ScDbNameDlg() void ScDbNameDlg::Init() { aBtnHeader.Check( sal_True ); // Default: mit Spaltenkoepfen + aBtnDoSize.Check( sal_True ); + aBtnKeepFmt.Check( sal_True ); aBtnMore.AddWindow( &aFlOptions ); aBtnMore.AddWindow( &aBtnHeader ); |