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
49d2400f
Kaydet (Commit)
49d2400f
authored
Tem 15, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove my accidently committed debug messages
Change-Id: Ia890837520b57291ae119de30dc7586b65e30b81
üst
20f0c633
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ChartController.cxx
chart2/source/controller/main/ChartController.cxx
+0
-3
No files found.
chart2/source/controller/main/ChartController.cxx
Dosyayı görüntüle @
49d2400f
...
@@ -424,7 +424,6 @@ void SAL_CALL ChartController::attachFrame(
...
@@ -424,7 +424,6 @@ void SAL_CALL ChartController::attachFrame(
m_apDropTargetHelper
.
reset
();
m_apDropTargetHelper
.
reset
();
}
}
{
{
SAL_DEBUG
(
"attached frame"
);
// calls to VCL
// calls to VCL
SolarMutexGuard
aSolarGuard
;
SolarMutexGuard
aSolarGuard
;
m_pChartWindow
=
VclPtr
<
ChartWindow
>::
Create
(
this
,
pParent
,
pParent
?
pParent
->
GetStyle
()
:
0
);
m_pChartWindow
=
VclPtr
<
ChartWindow
>::
Create
(
this
,
pParent
,
pParent
?
pParent
->
GetStyle
()
:
0
);
...
@@ -821,7 +820,6 @@ void SAL_CALL ChartController::dispose()
...
@@ -821,7 +820,6 @@ void SAL_CALL ChartController::dispose()
m_xLayoutManagerEventBroadcaster
.
set
(
0
);
m_xLayoutManagerEventBroadcaster
.
set
(
0
);
}
}
SAL_DEBUG
(
"disposing"
);
m_xFrame
.
clear
();
m_xFrame
.
clear
();
m_xUndoManager
.
clear
();
m_xUndoManager
.
clear
();
...
@@ -940,7 +938,6 @@ void SAL_CALL ChartController::notifyClosing(
...
@@ -940,7 +938,6 @@ void SAL_CALL ChartController::notifyClosing(
try
try
{
{
xFrameCloseable
->
close
(
sal_False
/* DeliverOwnership */
);
xFrameCloseable
->
close
(
sal_False
/* DeliverOwnership */
);
SAL_DEBUG
(
"notifyClosing"
);
m_xFrame
.
clear
();
m_xFrame
.
clear
();
}
}
catch
(
const
util
::
CloseVetoException
&
)
catch
(
const
util
::
CloseVetoException
&
)
...
...
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