diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-18 12:45:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-18 13:12:01 +0000 |
commit | 5e16a343b819d7fa2ee30c940046eb2fd251f28e (patch) | |
tree | 4f1e11389a8071e6451df9123e89f8b61a151d28 /include | |
parent | e3bc14eccefe3841f11de1672e2d6b6e0e94ee0a (diff) |
RID_IMG_PRNDLG_NOCOLLATE is unusable, and unused
Change-Id: Ic85e3d37a2696bf2bf67e5c48c71386336e07675
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/svtools.hrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/svtools.hrc b/include/svtools/svtools.hrc index 79aec8a7c975..a8df82717c9d 100644 --- a/include/svtools/svtools.hrc +++ b/include/svtools/svtools.hrc @@ -95,7 +95,7 @@ #define STR_SVT_PRNDLG_POWER_SAVE (STR_SVT_PRNDLG_START+26) #define STR_SVT_PRNDLG_DEFPRINTER (STR_SVT_PRNDLG_START+27) #define STR_SVT_PRNDLG_JOBCOUNT (STR_SVT_PRNDLG_START+28) -#define STR_SVT_PRNDLG_END (RID_IMG_PRNDLG_NOCOLLATE) +#define STR_SVT_PRNDLG_END (STR_SVT_PRNDLG_JOBCOUNT) #define STR_SVT_CALENDAR_START (STR_SVT_PRNDLG_END+1) #define STR_SVT_CALENDAR_DAY (STR_SVT_CALENDAR_START+0) @@ -361,8 +361,6 @@ #define IMG_SVT_FOLDER (RID_SVTOOLS_START + 42) #define IMG_SVT_FOLDER_OPEN (RID_SVTOOLS_START + 43) -#define RID_IMG_PRNDLG_NOCOLLATE (STR_SVT_PRNDLG_START + 30) - #define STR_PARAGRAPH_START (STR_SVT_PRNDLG_START + 50) #define STR_PARAGRAPH (STR_PARAGRAPH_START + 0) |