diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-19 22:07:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-20 16:40:15 +0200 |
commit | b684cd4b071be9b26dd35e3104450135ffbfea98 (patch) | |
tree | b98774f0b84ea8dacea65df7fa2e8f89a27496f9 /sw | |
parent | c5390b3ee9d04a22817335208d8db673c4463a95 (diff) |
sw: RES_TOXMARK_DELETED is unused since swunolocking1
Change-Id: I98b21573ebbc8543609bd63eee30bc5b4cbdfb2c
Diffstat (limited to 'sw')
-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; |