diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:50:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:50:32 +0000 |
commit | de5d4ad5fd86cc2e8f3f6232130c18f398afbc6a (patch) | |
tree | d0f93f8e1e587435fb7638fec7145dbe9e40271f /svx/source | |
parent | 612d039e61803bf1dea1955e8966d429bd8b5e39 (diff) |
INTEGRATION: CWS pchfix04 (1.8.40); FILE MERGED
2007/02/05 12:14:03 os 1.8.40.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/e3ditem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx index 89ee2d075d14..13c3b60ee97c 100644 --- a/svx/source/items/e3ditem.cxx +++ b/svx/source/items/e3ditem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: e3ditem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:28:25 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:50:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ DBG_NAME(SvxB3DVectorItem) // ----------------------------------------------------------------------- -TYPEINIT1_AUTOFACTORY(SvxB3DVectorItem, SfxPoolItem); +TYPEINIT1_FACTORY(SvxB3DVectorItem, SfxPoolItem, new SvxB3DVectorItem); // ----------------------------------------------------------------------- |