diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-14 19:00:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-15 15:41:13 +0100 |
commit | f03a3edf2523c208948059861e0df48567834d0d (patch) | |
tree | cd3d7ca78f1398d1792e6f20856f44106cbe069b /svl | |
parent | 5dd3bf34cb7a469d98c910fff48217f5dbb3b31e (diff) |
SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore either
Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/itemset.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/svl/inc/svl/itemset.hxx b/svl/inc/svl/itemset.hxx index 2b019e223ddc..00477fe2e417 100644 --- a/svl/inc/svl/itemset.hxx +++ b/svl/inc/svl/itemset.hxx @@ -43,23 +43,10 @@ typedef SfxPoolItem const** SfxItemArray; #define USHORT_ARG int -#ifdef MI_HATS_REPARIERT -#ifndef DBG -#ifdef DBG_UTILx -#define DBG(s) s -#define _pChildCount(THIS) ( *(sal_uInt16**)SfxPointerServer::GetServer()->GetPointer(THIS) ) -#define _pChildCountCtor ( (*(sal_uInt16**)SfxPointerServer::GetServer()->CreatePointer(this)) = new sal_uInt16 ) -#define _pChildCountDtor ( SfxPointerServer::GetServer()->ReleasePointer(this) ) -#else -#define DBG(s) -#endif -#endif -#else #ifdef DBG #undef DBG #endif #define DBG(s) -#endif //======================================================================== |