diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-07 13:57:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-08 08:17:27 +0000 |
commit | 37e9eae8ac1f71afbdddd84d0ade5c93b2f3fa64 (patch) | |
tree | 1f5a50c8a445b802c9d400aa6ee69a3da514fcc4 | |
parent | a3190d72011be267a8c4f155f48bcb0fa207bc83 (diff) |
remove unused constants from RES_MSG
Change-Id: I3eaa1f051440a91c8c5b4996e28dea4e0d3933e5
Reviewed-on: https://gerrit.libreoffice.org/33994
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | sw/inc/hintids.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index ea578f4a7077..0ce1f28ae75a 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -299,10 +299,7 @@ RES_MSG_BEGIN = RES_FMT_END, RES_OBJECTDYING = RES_MSG_BEGIN, // 158 RES_FMT_CHG, RES_ATTRSET_CHG, - RES_FRM_SIZECHG, RES_TXTATR_FLDCHG, - RES_TXTATR_EMPTYCHG, - RES_INS_CHR, RES_INS_TXT, RES_DEL_CHR, RES_DEL_TXT, @@ -313,8 +310,6 @@ RES_MSG_BEGIN = RES_FMT_END, RES_UPDATEDDETBL, RES_TBLHEADLINECHG, RES_AUTOFMT_DOCNODE, - RES_REPAINT, - RES_DOC_DTOR, RES_SECTION_HIDDEN, RES_SECTION_NOT_HIDDEN, RES_GRAPHIC_ARRIVED, @@ -322,7 +317,6 @@ RES_MSG_BEGIN = RES_FMT_END, RES_HIDDENPARA_PRINT, RES_CONDCOLL_CONDCHG, RES_VIRTPAGENUM_INFO, - RES_GETLOWERNUMLEVEL, RES_RESET_FMTWRITTEN, RES_REMOVE_UNO_OBJECT, RES_GRF_REREAD_AND_INCACHE, |