From 8133dc3d9abc647f52f80199b5110bc90758217c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 23 Oct 2014 09:18:00 +0100 Subject: [PATCH] RES_FLTR_NUMRULE_NUM, RES_FLTR_SDR_ANCHOR, etc unused Change-Id: I69b550d38dcafba3bacf438711cb6c3d20483065 --- sw/inc/hintids.hxx | 7 +------ sw/source/filter/basflt/fltshell.cxx | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index f47b4044d165..4bcde231110a 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -345,16 +345,11 @@ RES_MSG_END enum RES_FLTRATTR { RES_FLTRATTR_BEGIN = RES_MSG_END, - RES_FLTR_STYLESHEET = RES_FLTRATTR_BEGIN, - RES_FLTR_BOOKMARK, + RES_FLTR_BOOKMARK = RES_FLTRATTR_BEGIN, RES_FLTR_ANCHOR, - RES_FLTR_BORDER, RES_FLTR_NUMRULE, - RES_FLTR_NUMRULE_NUM, - RES_FLTR_SDR_ANCHOR, RES_FLTR_TOX, RES_FLTR_REDLINE, - RES_FLTR_SCRIPTTYPE, RES_FLTRATTR_END }; diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx index 9c05880cfb68..482ffc78a663 100644 --- a/sw/source/filter/basflt/fltshell.cxx +++ b/sw/source/filter/basflt/fltshell.cxx @@ -513,8 +513,6 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos, } } break; - case RES_FLTR_STYLESHEET: - break; case RES_TXTATR_FIELD: case RES_TXTATR_ANNOTATION: @@ -552,8 +550,6 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos, } break; - case RES_FLTR_NUMRULE_NUM: - break; case RES_FLTR_BOOKMARK: { SwFltBookmark* pB = (SwFltBookmark*)rEntry.pAttr;