From 19ced247c6ad3351e8808c783e99fd19d9e5a473 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 26 Oct 2011 15:12:45 +0300 Subject: [PATCH] WaE: unreferenced local variable --- sd/source/ui/view/viewshel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index bb1357808aa4..9ca0789de391 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -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