diff options
Diffstat (limited to 'sc/source/ui/undo/refundo.cxx')
-rw-r--r-- | sc/source/ui/undo/refundo.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/undo/refundo.cxx b/sc/source/ui/undo/refundo.cxx index dbcc2e18df9f..3ce9ed6e90b2 100644 --- a/sc/source/ui/undo/refundo.cxx +++ b/sc/source/ui/undo/refundo.cxx @@ -41,8 +41,6 @@ #include "areasave.hxx" #include "unoreflist.hxx" -// ----------------------------------------------------------------------- - ScRefUndoData::ScRefUndoData( const ScDocument* pDoc ) : pUnoRefs( NULL ) { @@ -187,7 +185,4 @@ void ScRefUndoData::DoUndo( ScDocument* pDoc, sal_Bool bUndoRefFirst ) pUnoRefs->Undo( pDoc ); } - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |