Kaydet (Commit) d0fc2c8c authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.7.86); FILE MERGED

2007/02/05 12:14:03 os 1.7.86.1: #i73604# usage of ITEMID_* removed
üst a1bd6644
......@@ -4,9 +4,9 @@
*
* $RCSfile: clipfmtitem.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-10-12 12:53:11 $
* last change: $Author: kz $ $Date: 2007-05-10 14:49:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -58,7 +58,7 @@ struct SvxClipboardFmtItem_Impl
String SvxClipboardFmtItem_Impl::sEmptyStr;
TYPEINIT1_AUTOFACTORY( SvxClipboardFmtItem, SfxPoolItem );
TYPEINIT1_FACTORY( SvxClipboardFmtItem, SfxPoolItem , new SvxClipboardFmtItem(0));
SvxClipboardFmtItem_Impl::SvxClipboardFmtItem_Impl(
const SvxClipboardFmtItem_Impl& rCpy )
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: customshapeitem.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-10-12 12:53:25 $
* last change: $Author: kz $ $Date: 2007-05-10 14:50:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -71,7 +71,7 @@ size_t SdrCustomShapeGeometryItem::PropertyPairHash::operator()( const SdrCustom
return (size_t)r1.first.hashCode() + r1.second.hashCode();
};
TYPEINIT1_AUTOFACTORY( SdrCustomShapeGeometryItem, SfxPoolItem );
TYPEINIT1_FACTORY( SdrCustomShapeGeometryItem, SfxPoolItem , new SdrCustomShapeGeometryItem(0));
SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem()
: SfxPoolItem( SDRATTR_CUSTOMSHAPE_GEOMETRY )
{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment