Kaydet (Commit) d930a807 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

remove unused ITEMID_MACRO

Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1
üst bb5196b4
......@@ -115,7 +115,6 @@
#define ITEMID_PROTECT 0
#define ITEMID_BACKGROUND 0
#define ITEMID_SHADOW 0
#define ITEMID_MACRO 0
#define ITEMID_BOX 0
#define ITEMID_BOXINFO 0
#define ITEMID_BRUSH 0
......
......@@ -25,14 +25,8 @@
#include <tools/rtti.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <sfx2/event.hxx>
#include <sfx2/sfxsids.hrc>
#ifdef ITEMID_MACRO
#undef ITEMID_MACRO
#endif
#define ITEMID_MACRO SID_ATTR_MACROITEM
#include <svl/macitem.hxx>
#include <vector>
......
......@@ -160,7 +160,7 @@ class SVL_DLLPUBLIC SvxMacroItem: public SfxPoolItem
public:
TYPEINFO();
explicit inline SvxMacroItem ( const sal_uInt16 nId /*= ITEMID_MACRO*/ );
explicit inline SvxMacroItem ( const sal_uInt16 nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
......
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