summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unbkmk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unbkmk.cxx')
-rw-r--r--sw/source/core/undo/unbkmk.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/undo/unbkmk.cxx b/sw/source/core/undo/unbkmk.cxx
index 87848b74ece5..569fe21bc4a4 100644
--- a/sw/source/core/undo/unbkmk.cxx
+++ b/sw/source/core/undo/unbkmk.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <UndoBookmark.hxx>
#include "doc.hxx"
@@ -31,7 +30,6 @@
#include "SwRewriter.hxx"
-
SwUndoBookmark::SwUndoBookmark( SwUndoId nUndoId,
const ::sw::mark::IMark& rBkmk )
: SwUndo( nUndoId )
@@ -72,15 +70,11 @@ SwRewriter SwUndoBookmark::GetRewriter() const
return aResult;
}
-
-
-
SwUndoInsBookmark::SwUndoInsBookmark( const ::sw::mark::IMark& rBkmk )
: SwUndoBookmark( UNDO_INSBOOKMARK, rBkmk )
{
}
-
void SwUndoInsBookmark::UndoImpl(::sw::UndoRedoContext & rContext)
{
ResetInDoc( &rContext.GetDoc() );
@@ -91,5 +85,4 @@ void SwUndoInsBookmark::RedoImpl(::sw::UndoRedoContext & rContext)
SetInDoc( &rContext.GetDoc() );
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */