diff options
author | Kai Ahrens <ka@openoffice.org> | 2000-11-24 16:49:45 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2000-11-24 16:49:45 +0000 |
commit | c3ce445a968d01930a6daa7e70b058688616d0ec (patch) | |
tree | 993291239d6f8656838f461e3395b8a1a01f60ca /svx/inc | |
parent | d26a9042cbcfab4e2418313d89ffb20890a615fd (diff) |
#80752#: added TbxImageItem
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/grafctrl.hxx | 21 |
1 files changed, 19 insertions, 2 deletions
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 <svtools/lstner.hxx> #endif +#ifndef _SFXINTITEM_HXX +#include <svtools/intitem.hxx> +#endif #ifndef _SFXTBXCTRL_HXX //autogen #include <sfx2/tbxctrl.hxx> #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 - // ------------------------------- |