diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 18:19:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 22:49:57 +0000 |
commit | 702f9c5176eebb95c5a1bfd31c1f256b79301b19 (patch) | |
tree | 2aedc04b1af4e2f36b0da9fd5b06570faa3eef40 /include/svl | |
parent | 513a21aa6cf350c094289a7976de9e0cc0e7b4d4 (diff) |
huge hrc and src file cleanup
* mostly fallout from ui conversion
* some completely unused defines from src files
* lots of unused HID ids
Change-Id: I976561205798db3d06ee139de6223f638e58f47a
Reviewed-on: https://gerrit.libreoffice.org/9142
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/solar.hrc | 8 | ||||
-rw-r--r-- | include/svl/svl.hrc | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/include/svl/solar.hrc b/include/svl/solar.hrc index 8978487dcb93..bef9d31ac4d8 100644 --- a/include/svl/solar.hrc +++ b/include/svl/solar.hrc @@ -123,12 +123,12 @@ #define HID_START 32768 -#define HID_VCL_START (HID_START+100) +// HID_VCL_START (HID_START+100) // HID_VCL_END (HID_START+150) // free: 200-299 -#define HID_SFX_START (HID_START+300) +// HID_SFX_START (HID_START+300) // HID_SFX_END (HID_START+999) #define HID_LIB_START (HID_START+1000) @@ -141,7 +141,7 @@ // free: HID_LIB_START 2000-2050 -#define HID_CHAOS_START (HID_LIB_START+2051) +// HID_CHAOS_START (HID_LIB_START+2051) // HID_CHAOS_END (HID_LIB_START+2069) // free: HID_LIB_START 2070-9999 @@ -156,7 +156,7 @@ // free: HID_START 28000-29999 -#define HID_OBJ_START (HID_START+30000) +// HID_OBJ_START (HID_START+30000) // HID_OBJ_END (HID_START+32767) // free: HID_OBJ_START+2281 to HID_OBJ_START+2800 diff --git a/include/svl/svl.hrc b/include/svl/svl.hrc index 0abe18beccce..d29bde933abd 100644 --- a/include/svl/svl.hrc +++ b/include/svl/svl.hrc @@ -99,14 +99,11 @@ #define STR_SVT_MIMETYPE_APP_SXGLOBAL (STR_SVT_MIMETYPE_START+76) #define STR_SVT_MIMETYPE_APP_SXIPACKED (STR_SVT_MIMETYPE_START+77) - #define STR_SVT_MIMETYPE_VIDEO_WEBM (STR_SVT_MIMETYPE_START+78) #define STR_SVT_MIMETYPE_AUDIO_WEBM (STR_SVT_MIMETYPE_START+79) #define STR_SVT_MIMETYPE_END (STR_SVT_MIMETYPE_AUDIO_WEBM) -#endif // #ifndef _SVTOOLS_HRC - -// ******************************************************************* EOF +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |