summaryrefslogtreecommitdiff
path: root/svx/source/items/ofaitem.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:13:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:13:39 +0000
commitec7e21d285b064b1bbfe1d8f9212f6759de07efd (patch)
tree1b6487371b3a44021b337c2b67256939d501e68c /svx/source/items/ofaitem.cxx
parent953e96c8136725bc7cb013ac3726aaa75d002549 (diff)
INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED
2006/04/24 09:54:27 os 1.5.220.1: warnings removed
Diffstat (limited to 'svx/source/items/ofaitem.cxx')
-rw-r--r--svx/source/items/ofaitem.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/items/ofaitem.cxx b/svx/source/items/ofaitem.cxx
index 29f003e5ad66..027cd7b5d1a8 100644
--- a/svx/source/items/ofaitem.cxx
+++ b/svx/source/items/ofaitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ofaitem.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:38:01 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:13:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,8 +35,8 @@
#include "ofaitem.hxx"
-OfaPtrItem::OfaPtrItem( USHORT nWhich, void *pPtr )
- : SfxPoolItem( nWhich ), pPtr( pPtr )
+OfaPtrItem::OfaPtrItem( USHORT _nWhich, void *_pPtr )
+ : SfxPoolItem( _nWhich ), pPtr( _pPtr )
{
}
@@ -50,7 +50,7 @@ int OfaPtrItem::operator==( const SfxPoolItem& rItem) const
return ((OfaPtrItem&)rItem).pPtr == pPtr;
}
-SfxPoolItem* OfaPtrItem::Clone( SfxItemPool *pPool ) const
+SfxPoolItem* OfaPtrItem::Clone( SfxItemPool * ) const
{
return new OfaPtrItem( *this );
}