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
910b7bf6
Kaydet (Commit)
910b7bf6
authored
Ock 20, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704562 : Dereference after null check
Change-Id: Icf5e2242f73c519de91508eb912a38b21ac9a9d6
üst
3f150d26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
ChartController_TextEdit.cxx
chart2/source/controller/main/ChartController_TextEdit.cxx
+6
-2
No files found.
chart2/source/controller/main/ChartController_TextEdit.cxx
Dosyayı görüntüle @
910b7bf6
...
@@ -151,8 +151,12 @@ bool ChartController::EndTextEdit()
...
@@ -151,8 +151,12 @@ bool ChartController::EndTextEdit()
void
SAL_CALL
ChartController
::
executeDispatch_InsertSpecialCharacter
()
void
SAL_CALL
ChartController
::
executeDispatch_InsertSpecialCharacter
()
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
if
(
!
m_pDrawViewWrapper
)
if
(
m_pDrawViewWrapper
&&
!
m_pDrawViewWrapper
->
IsTextEdit
()
)
{
OSL_ENSURE
(
m_pDrawViewWrapper
,
"No DrawViewWrapper for ChartController"
);
return
;
}
if
(
!
m_pDrawViewWrapper
->
IsTextEdit
()
)
this
->
StartTextEdit
();
this
->
StartTextEdit
();
SvxAbstractDialogFactory
*
pFact
=
SvxAbstractDialogFactory
::
Create
();
SvxAbstractDialogFactory
*
pFact
=
SvxAbstractDialogFactory
::
Create
();
...
...
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