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

INTEGRATION: CWS pchfix04 (1.8.24); FILE MERGED

2007/02/05 12:14:05 os 1.8.24.1: #i73604# usage of ITEMID_* removed
üst 0c6cc269
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: pageitem.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -42,9 +42,6 @@ ...@@ -42,9 +42,6 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#endif #endif
// Erstmal definieren, damit die Klassendeklarionen angezogen werden.
#define ITEMID_PAGE 0
#define ITEMID_SETITEM 0
#include "pageitem.hxx" #include "pageitem.hxx"
#include "itemtype.hxx" #include "itemtype.hxx"
...@@ -66,7 +63,7 @@ using namespace ::com::sun::star; ...@@ -66,7 +63,7 @@ using namespace ::com::sun::star;
// STATIC DATA ----------------------------------------------------------- // STATIC DATA -----------------------------------------------------------
TYPEINIT1_AUTOFACTORY( SvxPageItem, SfxPoolItem ); TYPEINIT1_FACTORY( SvxPageItem, SfxPoolItem , new SvxPageItem(0));
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
Beschreibung: Konstruktor Beschreibung: Konstruktor
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: rotmodit.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -87,7 +87,7 @@ using namespace ::com::sun::star; ...@@ -87,7 +87,7 @@ using namespace ::com::sun::star;
// STATIC DATA ----------------------------------------------------------- // STATIC DATA -----------------------------------------------------------
TYPEINIT1_AUTOFACTORY(SvxRotateModeItem, SfxEnumItem); TYPEINIT1_FACTORY(SvxRotateModeItem, SfxEnumItem, new SvxRotateModeItem(SVX_ROTATE_MODE_STANDARD, 0));
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
......
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