Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8c2301bf
Kaydet (Commit)
8c2301bf
authored
Agu 04, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: remove debugging printf
Change-Id: I1b403d8ae081347d756145e52539445e067efa91
üst
65facd8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
documen9.cxx
sc/source/core/data/documen9.cxx
+2
-1
No files found.
sc/source/core/data/documen9.cxx
Dosyayı görüntüle @
8c2301bf
...
@@ -147,6 +147,7 @@ void ScDocument::InitDrawLayer( SfxObjectShell* pDocShell )
...
@@ -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 (!)"
);
OSL_ENSURE
(
!
pLocalPool
->
GetSecondaryPool
(),
"OOps, already a secondary pool set where the DrawingLayer ItemPool is to be placed (!)"
);
#if 0
#if 0
// FIXME apparently this is disabled because it breaks tests
pLocalPool->SetSecondaryPool(&pDrawLayer->GetItemPool());
pLocalPool->SetSecondaryPool(&pDrawLayer->GetItemPool());
#endif
#endif
}
}
...
@@ -251,8 +252,8 @@ void ScDocument::DeleteDrawLayer()
...
@@ -251,8 +252,8 @@ void ScDocument::DeleteDrawLayer()
if
(
pLocalPool
&&
pLocalPool
->
GetSecondaryPool
())
if
(
pLocalPool
&&
pLocalPool
->
GetSecondaryPool
())
{
{
fprintf
(
stderr
,
"RET is %p
\n
"
,
pLocalPool
->
GetSecondaryPool
());
#if 0
#if 0
// FIXME apparently this is disabled because it breaks tests
pLocalPool->SetSecondaryPool(0);
pLocalPool->SetSecondaryPool(0);
#endif
#endif
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment