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
bbdecd90
Kaydet (Commit)
bbdecd90
authored
Kas 07, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#735814 Explicit null dereferenced
Change-Id: I7c6ebe65cd8c3364b541b5545ab36a13d155a61c
üst
d58c32fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
namedefdlg.cxx
sc/source/ui/namedlg/namedefdlg.cxx
+4
-2
No files found.
sc/source/ui/namedlg/namedefdlg.cxx
Dosyayı görüntüle @
bbdecd90
...
@@ -237,8 +237,10 @@ void ScNameDefDlg::AddPushed()
...
@@ -237,8 +237,10 @@ void ScNameDefDlg::AddPushed()
if
(
!
mpDoc
->
GetTable
(
aScope
,
nTab
))
if
(
!
mpDoc
->
GetTable
(
aScope
,
nTab
))
nTab
=
-
1
;
nTab
=
-
1
;
mpDocShell
->
GetUndoManager
()
->
AddUndoAction
(
assert
(
pNewEntry
);
// undo of no insertion smells fishy
new
ScUndoAddRangeData
(
mpDocShell
,
pNewEntry
,
nTab
)
);
if
(
pNewEntry
)
mpDocShell
->
GetUndoManager
()
->
AddUndoAction
(
new
ScUndoAddRangeData
(
mpDocShell
,
pNewEntry
,
nTab
)
);
// set table stream invalid, otherwise RangeName won't be saved if no other
// set table stream invalid, otherwise RangeName won't be saved if no other
// call invalidates the stream
// call invalidates the stream
...
...
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