[Libreoffice-commits] .: svx/inc
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Sep 25 08:44:13 PDT 2011
svx/inc/svx/ofaitem.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 652356f67b6736df9973346d8b8ffe08d0decffb
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Sep 25 10:43:56 2011 -0500
WaE hide unused parameter
diff --git a/svx/inc/svx/ofaitem.hxx b/svx/inc/svx/ofaitem.hxx
index e619e45..cc5d813 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 );
}
More information about the Libreoffice-commits
mailing list