summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-12-25 10:53:48 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-25 10:55:29 +0200
commitee6f9b5419af4e58354861ac775c207573989fc9 (patch)
tree4f4235263df9f7c0209f1cab6508a0107c2b6fca
parent43df436f6098b429dd6918a66ab8fd9073ac1728 (diff)
WaE: unreferenced local variable
Change-Id: I3a1eff09724ec79ebc87360e37ccb412b7173a59
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx2
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.