summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-11 09:42:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-11 11:10:38 +0100
commit553e4558353e5a0e1e9a549c08ba2add687c3bf5 (patch)
tree2dfbdbb418e74c16f6eae1a1969e083e10534db7 /xmloff
parent03279732bd258de9d21348a75ab4f3bbcb9874f9 (diff)
WaE: unused variable
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 1a76bb860a49..da1ae6f0e3d4 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -683,7 +683,7 @@ void XMLShapeExport::exportShape(const uno::Reference< drawing::XShape >& xShape
mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_LAYER, aLayerName );
}
- catch(const uno::Exception& e)
+ catch(const uno::Exception&)
{
OSL_FAIL( "could not export layer name for shape!" );
}