From c3ce445a968d01930a6daa7e70b058688616d0ec Mon Sep 17 00:00:00 2001 From: Kai Ahrens Date: Fri, 24 Nov 2000 16:49:45 +0000 Subject: #80752#: added TbxImageItem --- svx/inc/grafctrl.hxx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/grafctrl.hxx b/svx/inc/grafctrl.hxx index 12294c4c82eb..cac5632ad604 100644 --- a/svx/inc/grafctrl.hxx +++ b/svx/inc/grafctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: grafctrl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ka $ $Date: 2000-11-18 11:26:23 $ + * last change: $Author: ka $ $Date: 2000-11-24 17:49:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,10 +65,27 @@ #ifndef _SFXLSTNER_HXX //autogen #include #endif +#ifndef _SFXINTITEM_HXX +#include +#endif #ifndef _SFXTBXCTRL_HXX //autogen #include #endif +// ---------------- +// - TbxImageItem - +// ---------------- + +class TbxImageItem : public SfxUInt16Item +{ +public: + TYPEINFO(); + TbxImageItem( USHORT nWhich = 0, UINT16 nImage = 0 ); + + virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const; + virtual int operator==( const SfxPoolItem& ) const; +}; + // ------------------------------- // - SvxGrafFilterToolBoxControl - // ------------------------------- -- cgit