summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-04 15:10:13 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-04 17:35:01 +0200
commit8c2301bf7575b7afbacca6bac10f5db97c73d3d6 (patch)
tree0757cdffa7abb1a429794ea6f0226f800b0885f8
parent65facd8c79ffb26e3a79c5139ece83dadfe65d9b (diff)
sc: remove debugging printf
Change-Id: I1b403d8ae081347d756145e52539445e067efa91
-rw-r--r--sc/source/core/data/documen9.cxx3
1 files changed, 2 insertions, 1 deletions
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
}