summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unoutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unoutl.cxx')
-rw-r--r--sw/source/core/undo/unoutl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/undo/unoutl.cxx b/sw/source/core/undo/unoutl.cxx
index 45b85a7edbd0..d01baaa69f57 100644
--- a/sw/source/core/undo/unoutl.cxx
+++ b/sw/source/core/undo/unoutl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "doc.hxx"
#include "swundo.hxx"
#include "pam.hxx"
@@ -25,7 +24,6 @@
#include <UndoCore.hxx>
-
SwUndoOutlineLeftRight::SwUndoOutlineLeftRight( const SwPaM& rPam,
short nOff )
: SwUndo( UNDO_OUTLINE_LR ), SwUndRng( rPam ), nOffset( nOff )
@@ -49,5 +47,4 @@ void SwUndoOutlineLeftRight::RepeatImpl(::sw::RepeatContext & rContext)
rContext.GetDoc().OutlineUpDown(rContext.GetRepeatPaM(), nOffset);
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */