diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:53:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:53:20 +0000 |
commit | 30c287479e2a57c14bd0795061bee8e4d7513ef8 (patch) | |
tree | ff4ba20969b6b0a3e7458c98abd662ad1eec487f /svx | |
parent | 0c6cc26999ca05b125af9ab80037b8d4f0ecfd89 (diff) |
INTEGRATION: CWS pchfix04 (1.8.24); FILE MERGED
2007/02/05 12:14:05 os 1.8.24.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/pageitem.cxx | 9 | ||||
-rw-r--r-- | svx/source/items/rotmodit.cxx | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx index ebdb59feba72..5e16f03cc48f 100644 --- a/svx/source/items/pageitem.cxx +++ b/svx/source/items/pageitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pageitem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:10:38 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:52:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,9 +42,6 @@ #include <tools/stream.hxx> #endif -// Erstmal definieren, damit die Klassendeklarionen angezogen werden. -#define ITEMID_PAGE 0 -#define ITEMID_SETITEM 0 #include "pageitem.hxx" #include "itemtype.hxx" @@ -66,7 +63,7 @@ using namespace ::com::sun::star; // STATIC DATA ----------------------------------------------------------- -TYPEINIT1_AUTOFACTORY( SvxPageItem, SfxPoolItem ); +TYPEINIT1_FACTORY( SvxPageItem, SfxPoolItem , new SvxPageItem(0)); /*-------------------------------------------------------------------- Beschreibung: Konstruktor diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx index f492d2a53a2f..903b0ec9df83 100644 --- a/svx/source/items/rotmodit.cxx +++ b/svx/source/items/rotmodit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rotmodit.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:11:03 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:53:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ using namespace ::com::sun::star; // STATIC DATA ----------------------------------------------------------- -TYPEINIT1_AUTOFACTORY(SvxRotateModeItem, SfxEnumItem); +TYPEINIT1_FACTORY(SvxRotateModeItem, SfxEnumItem, new SvxRotateModeItem(SVX_ROTATE_MODE_STANDARD, 0)); //----------------------------------------------------------------------- |