diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-08-06 09:34:47 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-06 15:58:47 +0000 |
commit | 660931a01916bb1386d5855fffd25d355d2c627c (patch) | |
tree | 09f1a3883d1a157de401c5383f10b966a75b3211 /sc/inc/sc.hrc | |
parent | 546a71da750f87cb895ec62f503f0574f53cdafb (diff) |
RID_SCDLG_CONFLICTS conversion to .ui
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90
Reviewed-on: https://gerrit.libreoffice.org/10778
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index f42081555181..228cda81a33b 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -991,7 +991,12 @@ #define STR_HASH_GOOD (STR_START + 438) #define STR_HASH_REGENERATED (STR_START + 439) #define STR_RETYPE (STR_START + 440) -#define STR_END (STR_RETYPE) + +#define STR_TITLE_CONFLICT (STR_START + 441) +#define STR_TITLE_AUTHOR (STR_START + 442) +#define STR_TITLE_DATE (STR_START + 443) +#define STR_UNKNOWN_USER_CONFLICT (STR_START + 444) +#define STR_END (STR_UNKNOWN_USER_CONFLICT) #define BMP_START (STR_END) |