diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-27 14:19:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-27 14:58:02 +0000 |
commit | accbda12df38ecd4cf120bf30b38c81db64a2118 (patch) | |
tree | ef1e5c53ff168fe7f576f6914eac7b37aabb9fba /include | |
parent | f206aa708c362e7064b442da54726a4e306384bc (diff) |
convert add submission dialog to .ui
and drop the rather lunatic over engineering hackery to make 6 local strings
non local
Change-Id: I619e3d6b5a2205a10407eed98eb3ca83945267e3
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fmresids.hrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svx/fmresids.hrc b/include/svx/fmresids.hrc index c44ae4b41abf..3991dd3a875b 100644 --- a/include/svx/fmresids.hrc +++ b/include/svx/fmresids.hrc @@ -180,6 +180,12 @@ #define RID_STR_PROPTITLE_SPINBUTTON (RID_FORMS_START + 100) #define RID_STR_PROPTITLE_HIDDEN (RID_FORMS_START + 101) // FREE +#define RID_STR_METHOD_POST (RID_FORMS_START + 118) +#define RID_STR_METHOD_PUT (RID_FORMS_START + 119) +#define RID_STR_METHOD_GET (RID_FORMS_START + 120) +#define RID_STR_REPLACE_NONE (RID_FORMS_START + 121) +#define RID_STR_REPLACE_INST (RID_FORMS_START + 122) +#define RID_STR_REPLACE_DOC (RID_FORMS_START + 123) #define RID_STR_DATANAVIGATOR (RID_FORMS_START + 124) #define RID_STR_DATANAV_SUBM_PARENT (RID_FORMS_START + 125) #define RID_STR_DATANAV_SUBM_ID (RID_FORMS_START + 126) |