From 8c2301bf7575b7afbacca6bac10f5db97c73d3d6 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 4 Aug 2014 15:10:13 +0200 Subject: sc: remove debugging printf Change-Id: I1b403d8ae081347d756145e52539445e067efa91 --- sc/source/core/data/documen9.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/source/core/data/documen9.cxx') diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx index a6fc2873ee6a..e3669557393e 100644 --- a/sc/source/core/data/documen9.cxx +++ b/sc/source/core/data/documen9.cxx @@ -147,6 +147,7 @@ void ScDocument::InitDrawLayer( SfxObjectShell* pDocShell ) { OSL_ENSURE(!pLocalPool->GetSecondaryPool(), "OOps, already a secondary pool set where the DrawingLayer ItemPool is to be placed (!)"); #if 0 + // FIXME apparently this is disabled because it breaks tests pLocalPool->SetSecondaryPool(&pDrawLayer->GetItemPool()); #endif } @@ -251,8 +252,8 @@ void ScDocument::DeleteDrawLayer() if(pLocalPool && pLocalPool->GetSecondaryPool()) { - fprintf(stderr, "RET is %p\n", pLocalPool->GetSecondaryPool()); #if 0 + // FIXME apparently this is disabled because it breaks tests pLocalPool->SetSecondaryPool(0); #endif } -- cgit v1.2.3