WaE: unreferenced local variable

This commit is contained in:
Tor Lillqvist 2011-10-26 15:12:45 +03:00
parent cfb050dfb1
commit 19ced247c6

View file

@ -1151,7 +1151,7 @@ void ViewShell::ImpSidUndo(sal_Bool, SfxRequest& rReq)
pUndoManager->Undo();
}
}
catch( const Exception& e )
catch( const Exception& )
{
// no need to handle. By definition, the UndoManager handled this by clearing the
// Undo/Redo stacks
@ -1200,7 +1200,7 @@ void ViewShell::ImpSidRedo(sal_Bool, SfxRequest& rReq)
pUndoManager->Redo();
}
}
catch( const Exception& e )
catch( const Exception& )
{
// no need to handle. By definition, the UndoManager handled this by clearing the
// Undo/Redo stacks