[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Tue Apr 19 16:08:16 UTC 2016


 sd/source/ui/table/TableDesignPane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d60d70d92cec7bbc471f8f0c653d443282227d34
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Apr 19 18:07:45 2016 +0200

    warning C4101: 'rException' : unreferenced local variable
    
    Change-Id: I64d3ff11d635c8600116867e2ea95442035adac0

diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index 5e06d2c..07b117b 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;


More information about the Libreoffice-commits mailing list