summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 13:50:04 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 13:50:04 +0000
commitd0fc2c8c57709a3ee0eefcfb3bc880ae0468e444 (patch)
tree94951f6c7e1a74987634ec5970ac3686cc80031d /svx
parenta1bd66445486990350a333058607bd20f250c8ef (diff)
INTEGRATION: CWS pchfix04 (1.7.86); FILE MERGED
2007/02/05 12:14:03 os 1.7.86.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/clipfmtitem.cxx6
-rw-r--r--svx/source/items/customshapeitem.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/items/clipfmtitem.cxx b/svx/source/items/clipfmtitem.cxx
index 14d212ccd5a9..8a752ec2e3ab 100644
--- a/svx/source/items/clipfmtitem.cxx
+++ b/svx/source/items/clipfmtitem.cxx
@@ -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 )
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index 5e9ccc5d7218..fcd16b3bd6a6 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -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 )
{}