diff options
-rw-r--r-- | sw/source/core/inc/UndoBookmark.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/undo/unbkmk.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/inc/UndoBookmark.hxx b/sw/source/core/inc/UndoBookmark.hxx index eaa0fcb00182..8338b01376f3 100644 --- a/sw/source/core/inc/UndoBookmark.hxx +++ b/sw/source/core/inc/UndoBookmark.hxx @@ -71,8 +71,6 @@ class SwUndoRenameBookmark : public SwUndo { const OUString m_sOldName; const OUString m_sNewName; - const sal_uLong m_nNode; - const sal_Int32 m_nCntnt; public: SwUndoRenameBookmark( const ::sw::mark::IMark&, const OUString& rNewName ); diff --git a/sw/source/core/undo/unbkmk.cxx b/sw/source/core/undo/unbkmk.cxx index 3501ed5f616b..9620b75de6ed 100644 --- a/sw/source/core/undo/unbkmk.cxx +++ b/sw/source/core/undo/unbkmk.cxx @@ -90,8 +90,6 @@ SwUndoRenameBookmark::SwUndoRenameBookmark( const ::sw::mark::IMark& rBkmk, cons : SwUndo( UNDO_BOOKMARK_RENAME ) , m_sOldName( rOldName ) , m_sNewName( rBkmk.GetName() ) - , m_nNode( rBkmk.GetMarkPos().nNode.GetIndex() ) - , m_nCntnt( rBkmk.GetMarkPos().nContent.GetIndex() ) { } |