summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-05-09 13:47:45 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-05-09 13:47:45 -0500
commit86d917672e90e115bdad404f1c09f26574f7a5b2 (patch)
tree005662bb6d2a834c8cac887c87582b7c76c974be /oox/source/drawingml/shape.cxx
parentca5c78e28fb42400f2ee63d9fc95fce3f3760eac (diff)
WaE un-used parameter
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r--oox/source/drawingml/shape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index cf639155ec86..c49d9ede464f 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -256,7 +256,7 @@ Reference< XShape > Shape::createAndInsert(
const rtl::OUString& rServiceName,
const Theme* pTheme,
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
- const awt::Rectangle* pShapeRect,
+ const awt::Rectangle* /* pShapeRect */,
sal_Bool bClearText,
basegfx::B2DHomMatrix& aParentTransformation )
{