diff options
Diffstat (limited to 'sw/source/ui/lingu/cvdata.mac')
-rw-r--r-- | sw/source/ui/lingu/cvdata.mac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sw/source/ui/lingu/cvdata.mac b/sw/source/ui/lingu/cvdata.mac new file mode 100644 index 0000000000..1f26c95fbe --- /dev/null +++ b/sw/source/ui/lingu/cvdata.mac @@ -0,0 +1,19 @@ +############# +## Deutsch ## +############# +rename "GR_HYP.DAT" "German Hyph" +setfile -c 'SW/g' -t 'Lexi' "German Hyph" +rename "GR_SPL.DAT" "German Spell" +setfile -c 'SW/g' -t 'Lexi' "German Spell" +rename "GR_THE.DAT" "German Thes" +setfile -c 'SW/g' -t 'Lexi' "German Thes" + +############# +## English ## +############# +rename "EN_HYP.DAT" "English Hyph" +setfile -c 'SW/g' -t 'Lexi' "English Hyph" +rename "EN_SPL.DAT" "English Spell" +setfile -c 'SW/g' -t 'Lexi' "English Spell" +rename "EN_THE.DAT" "English Thes" +setfile -c 'SW/g' -t 'Lexi' "English Thes" |