Kaydet (Commit) f03a3edf authored tarafından Caolán McNamara's avatar Caolán McNamara

SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore either

Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146
üst 5dd3bf34
......@@ -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
//========================================================================
......
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