summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 10:43:56 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 10:43:56 -0500
commit652356f67b6736df9973346d8b8ffe08d0decffb (patch)
treebc2f8ebd648e9ad68f56dff54e75e1c414fdcce7 /svx
parent6104b24ff4f9d1921190bb10cd759df7be40597d (diff)
WaE hide unused parameter
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/ofaitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/ofaitem.hxx b/svx/inc/svx/ofaitem.hxx
index e619e4504d3b..cc5d813a720b 100644
--- a/svx/inc/svx/ofaitem.hxx
+++ b/svx/inc/svx/ofaitem.hxx
@@ -70,7 +70,7 @@ public:
{
return mxRef == ((OfaRefItem<reference_type> &)rItem).mxRef;
}
- virtual SfxPoolItem*Clone( SfxItemPool *pPool = 0 ) const
+ virtual SfxPoolItem*Clone( SfxItemPool* /*pPool = 0*/ ) const
{
return new OfaRefItem( *this );
}