diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:19:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:19:31 +0000 |
commit | 7dc29da32a6ef7467d80e6ba7502822504e556a9 (patch) | |
tree | 6cf3fbb7b634abc04d9d11386bf3331e3851afc5 /svx/inc/flstitem.hxx | |
parent | fb008b41a30b1e6cdc728eaa04632bc374bc786c (diff) |
INTEGRATION: CWS pchfix04 (1.5.652); FILE MERGED
2007/02/05 12:13:41 os 1.5.652.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/inc/flstitem.hxx')
-rw-r--r-- | svx/inc/flstitem.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/svx/inc/flstitem.hxx b/svx/inc/flstitem.hxx index 8afd5891c6a8..d3d12feaa25a 100644 --- a/svx/inc/flstitem.hxx +++ b/svx/inc/flstitem.hxx @@ -4,9 +4,9 @@ * * $RCSfile: flstitem.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:38:22 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:19:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,6 @@ #ifndef _SFXPOOLITEM_HXX //autogen #include <svtools/poolitem.hxx> #endif -#ifndef ITEMID_FONTLIST -#define ITEMID_FONTLIST 0 -#endif #include <rtl/ustring.hxx> #ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_ #include <com/sun/star/uno/Sequence.h> @@ -73,7 +70,7 @@ public: TYPEINFO(); SvxFontListItem( const FontList* pFontLst, - const USHORT nId = ITEMID_FONTLIST ); + const USHORT nId ); SvxFontListItem( const SvxFontListItem& rItem ); virtual int operator==( const SfxPoolItem& ) const; |