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
fc4f5d2f
Kaydet (Commit)
fc4f5d2f
authored
Haz 12, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
another lifecycle issue fixed
Change-Id: Id8acd1bda30156da8cf5f61537f76f778e1b9c74
üst
111cec82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
ChartView.cxx
chart2/source/view/main/ChartView.cxx
+5
-2
No files found.
chart2/source/view/main/ChartView.cxx
Dosyayı görüntüle @
fc4f5d2f
...
...
@@ -167,17 +167,19 @@ public:
virtual
void
contextDestroyed
()
SAL_OVERRIDE
;
private
:
ChartView
*
mpView
;
bool
mbContextDestroyed
;
};
GL2DRenderer
::
GL2DRenderer
(
ChartView
*
pView
)
:
mpView
(
pView
)
mpView
(
pView
),
mbContextDestroyed
(
false
)
{
}
GL2DRenderer
::~
GL2DRenderer
()
{
OpenGLWindow
*
pWindow
=
mpView
->
mrChartModel
.
getOpenGLWindow
();
if
(
pWindow
)
if
(
!
mbContextDestroyed
&&
pWindow
)
pWindow
->
setRenderer
(
NULL
);
}
...
...
@@ -200,6 +202,7 @@ void GL2DRenderer::scroll(long )
void
GL2DRenderer
::
contextDestroyed
()
{
mbContextDestroyed
=
true
;
}
const
uno
::
Sequence
<
sal_Int8
>&
ExplicitValueProvider
::
getUnoTunnelId
()
...
...
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