File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,9 @@ Sub DefaultConfig()
435
435
bWriterInsertViaClipboard = False
436
436
bWriterKeepCrop = False
437
437
bNewObjectsAsSeparateImages = False
438
- bAskForEachObjectDefault = true ' checkbox in Batch dialog
439
- bCreateBackupDefault = false ' checkbox in Batch dialog
438
+ bAskForEachObjectDefault = true ' checkbox in Batch dialog
439
+ bCreateBackupDefault = false ' checkbox in Batch dialog
440
+ bBatchKeepCropDefault = bWriterKeepCrop ' checkbox in Batch dialog
440
441
441
442
442
443
' Impress specific settings
@@ -669,7 +670,6 @@ Sub SetDocTypeSpecificDefaults()
669
670
bUseLineWidthFromTemplate=bWriterUseLineWidthFromTemplate
670
671
bUseStaffSizeFromTemplate=bWriterUseStaffSizeFromTemplate
671
672
bKeepCrop=bWriterKeepCrop
672
- bBatchKeepCropDefault=bWriterKeepCrop
673
673
674
674
Else ' We are in Impress or Draw
675
675
sDefaultLineWidth=sImpressDefaultLineWidth
You can’t perform that action at this time.
0 commit comments