diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-17 22:42:11 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-17 22:51:33 +0200 |
commit | 30b3367605025acf70c2a25ec04b303c11eada62 (patch) | |
tree | d75571e459bad2b8d04a5adba90d5752df2f6201 /sw/inc/dbui.hrc | |
parent | 9e973325ecd17cc990f76a8017155354a88b2cd4 (diff) |
mailmerge: fix salutation list
Previous state: there were two salutation lists, one for men,
one for women. But they contained not only the salutation, but
title, placeholder, and a punctuation merk. Therefore, when the user
composed a Custom Salutation, and selected a pre-defined salutation,
the result was something like for example "Dear Mr. 2, Mr. Lastname,"
instead of "Dear Mr. Lastname,".
Current state: salutation list contains only salutations. There is no
need for two lists, because the Custom Salutation is customizable
separately for men and women and it is not necessary to choose
from the list.
Change-Id: Ibb4e195401f1d01d5e63c9085b99d7acf3ef1229
Diffstat (limited to 'sw/inc/dbui.hrc')
-rw-r--r-- | sw/inc/dbui.hrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc index a98894626ef5..628be9ba5c2a 100644 --- a/sw/inc/dbui.hrc +++ b/sw/inc/dbui.hrc @@ -63,8 +63,7 @@ #define ST_SALUTATION (RC_DBUI_BEGIN + 13) #define ST_PUNCTUATION (RC_DBUI_BEGIN + 14) #define ST_TEXT (RC_DBUI_BEGIN + 15) -#define RA_SALUTATION_MALE (RC_DBUI_BEGIN + 16) -#define RA_SALUTATION_FEMALE (RC_DBUI_BEGIN + 17) +#define RA_SALUTATION (RC_DBUI_BEGIN + 16) #define RA_PUNCTUATION (RC_DBUI_BEGIN + 18) #define ST_TITLE_MALE (RC_DBUI_BEGIN + 19) #define ST_TITLE_FEMALE (RC_DBUI_BEGIN + 20) |