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;