diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-25 10:53:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-25 10:55:29 +0200 |
commit | ee6f9b5419af4e58354861ac775c207573989fc9 (patch) | |
tree | 4f4235263df9f7c0209f1cab6508a0107c2b6fca /sd/source | |
parent | 43df436f6098b429dd6918a66ab8fd9073ac1728 (diff) |
WaE: unreferenced local variable
Change-Id: I3a1eff09724ec79ebc87360e37ccb412b7173a59
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/sdtreelb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 0fb7588a5bff..66b80029efd4 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -1414,7 +1414,7 @@ void SdPageObjsTLB::AddShapeToTransferable ( return pViewShell.get(); } } - catch (uno::Exception &e) + catch (uno::Exception &) { // When there is an exception then simply use the default value of // bIsEnabled and disable the controls. |