diff options
-rw-r--r-- | sw/inc/hintids.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/attr/calbck.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index 4e481936bfc6..8ca47b7828c5 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -331,7 +331,6 @@ RES_MSG_BEGIN = RES_FMT_END, RES_CONTENT_VISIBLE, RES_FOOTNOTE_DELETED, RES_REFMARK_DELETED, - RES_TOXMARK_DELETED, RES_GRAPHIC_SWAPIN, RES_FIELD_DELETED, RES_NAME_CHANGED, diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx index be678fe8ddea..0d3a5bad3878 100644 --- a/sw/source/core/attr/calbck.cxx +++ b/sw/source/core/attr/calbck.cxx @@ -175,7 +175,6 @@ void SwModify::NotifyClients( const SfxPoolItem* pOldValue, const SfxPoolItem* p case RES_FOOTNOTE_DELETED: case RES_REFMARK_DELETED: - case RES_TOXMARK_DELETED: case RES_FIELD_DELETED: bLockClientList = false; break; |