diff options
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r-- | dbaccess/source/ui/browser/genericcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 318fdb152cde..c829e742bdf1 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -340,7 +340,7 @@ void SAL_CALL OGenericUnoController::initialize( const Sequence< Any >& aArgumen impl_initialize(); } - catch(Exception& e) + catch(Exception&) { // no one clears my view if I won't ::std::auto_ptr<Window> aTemp(m_pView); |