diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-25 10:43:56 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-25 10:43:56 -0500 |
commit | 652356f67b6736df9973346d8b8ffe08d0decffb (patch) | |
tree | bc2f8ebd648e9ad68f56dff54e75e1c414fdcce7 /svx | |
parent | 6104b24ff4f9d1921190bb10cd759df7be40597d (diff) |
WaE hide unused parameter
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/ofaitem.hxx | 2 |
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 ); } |