diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 12:49:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 13:22:18 +0200 |
commit | d930a807aaec3bf8ea5ebe377a4a1fe7a7155022 (patch) | |
tree | 8e7d1cc071bdd005390310b4c394d33a6ab4c1a4 /include/svl/macitem.hxx | |
parent | bb5196b40cc5f8f2d4f221e61a20d572ce504558 (diff) |
remove unused ITEMID_MACRO
Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1
Diffstat (limited to 'include/svl/macitem.hxx')
-rw-r--r-- | include/svl/macitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx index 9d73f6a3ded3..10f635737b54 100644 --- a/include/svl/macitem.hxx +++ b/include/svl/macitem.hxx @@ -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; |