diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-25 02:12:39 +0200 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-08-25 01:02:53 +0000 |
commit | 2ba410edd7d6e26da36e1b1ac82f7c91031900f3 (patch) | |
tree | 5be38b1345b84853428fef5e49b1378a2207425f /sc/source/ui/undo/undobase.cxx | |
parent | 98e9cc1796f93447fe7e5c1a6e2683d10389b01c (diff) |
remove ascii-art and blank lines in sc/source/ui/undo
This is a follow-up patch to 06f611210cf487dcd32aa7ccfaae5ed80124e439.
However, since the rebasing process is not done yet, I submit it to
Gerrit, so that the changes are available as soon as they can be
applied again to the related files.
Change-Id: I61292e9d893839bd2f8b18a521a30e670f80f05b
Reviewed-on: https://gerrit.libreoffice.org/484
Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Diffstat (limited to 'sc/source/ui/undo/undobase.cxx')
-rw-r--r-- | sc/source/ui/undo/undobase.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx index b6c3583acaa9..ef473c3f7242 100644 --- a/sc/source/ui/undo/undobase.cxx +++ b/sc/source/ui/undo/undobase.cxx @@ -49,8 +49,6 @@ TYPEINIT1(ScMoveUndo, ScSimpleUndo); TYPEINIT1(ScDBFuncUndo, ScSimpleUndo); TYPEINIT1(ScUndoWrapper, SfxUndoAction); -// ----------------------------------------------------------------------- - ScSimpleUndo::ScSimpleUndo( ScDocShell* pDocSh ) : pDocShell( pDocSh ), pDetectiveUndo( NULL ) @@ -173,9 +171,6 @@ void ScSimpleUndo::ShowTable( const ScRange& rRange ) } } - -// ----------------------------------------------------------------------- - ScBlockUndo::ScBlockUndo( ScDocShell* pDocSh, const ScRange& rRange, ScBlockUndoMode eBlockMode ) : ScSimpleUndo( pDocSh ), @@ -384,8 +379,6 @@ void ScMultiBlockUndo::ShowBlock() } } -// ----------------------------------------------------------------------- - ScMoveUndo::ScMoveUndo( ScDocShell* pDocSh, ScDocument* pRefDoc, ScRefUndoData* pRefData, ScMoveUndoMode eRefMode ) : ScSimpleUndo( pDocSh ), @@ -440,8 +433,6 @@ void ScMoveUndo::EndUndo() ScSimpleUndo::EndUndo(); } -// ----------------------------------------------------------------------- - ScDBFuncUndo::ScDBFuncUndo( ScDocShell* pDocSh, const ScRange& rOriginal, SdrUndoAction* pDrawUndo ) : ScSimpleUndo( pDocSh ), aOriginalRange( rOriginal ), @@ -542,8 +533,6 @@ void ScDBFuncUndo::EndRedo() ScSimpleUndo::EndRedo(); } -// ----------------------------------------------------------------------- - ScUndoWrapper::ScUndoWrapper( SfxUndoAction* pUndo ) : pWrappedUndo( pUndo ) { @@ -630,5 +619,4 @@ sal_Bool ScUndoWrapper::CanRepeat(SfxRepeatTarget& rTarget) const return false; } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |