summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svxgrahicitem.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:30:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:30:43 +0000
commitb569775aaf7dffe8634d3179fcf5d5cdc51a9679 (patch)
treec2453a6468b270a76b109f38f4367cc70012616b /svx/source/dialog/svxgrahicitem.cxx
parentbe0ca5866c623e785a9ac415bf932b2bb5f00e63 (diff)
INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED
2006/05/04 14:47:03 os 1.4.220.1: warnings removed
Diffstat (limited to 'svx/source/dialog/svxgrahicitem.cxx')
-rw-r--r--svx/source/dialog/svxgrahicitem.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/svxgrahicitem.cxx b/svx/source/dialog/svxgrahicitem.cxx
index 27715a45caf4..bbd814d0c66a 100644
--- a/svx/source/dialog/svxgrahicitem.cxx
+++ b/svx/source/dialog/svxgrahicitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svxgrahicitem.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:08:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 15:30:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,8 +34,8 @@
************************************************************************/
#include "svxgrahicitem.hxx"
TYPEINIT1(SvxGraphicItem,SfxPoolItem);
-SvxGraphicItem::SvxGraphicItem( USHORT nWhich, const Graphic& rGraphic )
- : SfxPoolItem( nWhich ), aGraphic( rGraphic )
+SvxGraphicItem::SvxGraphicItem( USHORT _nWhich, const Graphic& rGraphic )
+ : SfxPoolItem( _nWhich ), aGraphic( rGraphic )
{
}
@@ -49,7 +49,7 @@ int SvxGraphicItem::operator==( const SfxPoolItem& rItem) const
return ((SvxGraphicItem&)rItem).aGraphic == aGraphic;
}
-SfxPoolItem* SvxGraphicItem::Clone( SfxItemPool *pPool ) const
+SfxPoolItem* SvxGraphicItem::Clone( SfxItemPool * ) const
{
return new SvxGraphicItem( *this );
}