diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 5e06d2cacb96..07b117bdc0d2 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -812,7 +812,7 @@ VclPtr<vcl::Window> createTableDesignPanel( vcl::Window* pParent, ViewShellBase& { pRet = VclPtr<TableDesignPane>::Create( pParent, rBase ); } - catch (const uno::Exception& rException) + catch (const uno::Exception&) { } return pRet; |