Kaydet (Commit) 8624eafd authored tarafından Miklos Vajna's avatar Miklos Vajna

Remove stray fprintf

Change-Id: I3cfe170091f11a3039ff6443b283fb45773a4e70
üst d1465c64
...@@ -146,11 +146,9 @@ void ScDocument::InitDrawLayer( SfxObjectShell* pDocShell ) ...@@ -146,11 +146,9 @@ void ScDocument::InitDrawLayer( SfxObjectShell* pDocShell )
if(pLocalPool) if(pLocalPool)
{ {
OSL_ENSURE(!pLocalPool->GetSecondaryPool(), "OOps, already a secondary pool set where the DrawingLayer ItemPool is to be placed (!)"); OSL_ENSURE(!pLocalPool->GetSecondaryPool(), "OOps, already a secondary pool set where the DrawingLayer ItemPool is to be placed (!)");
fprintf(stderr, "ANS is %p\n", pLocalPool->GetSecondaryPool());
#if 0 #if 0
pLocalPool->SetSecondaryPool(&pDrawLayer->GetItemPool()); pLocalPool->SetSecondaryPool(&pDrawLayer->GetItemPool());
#endif #endif
fprintf(stderr, "was set to %p\n", pLocalPool->GetSecondaryPool());
} }
} }
#endif #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