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
1dc47816
Kaydet (Commit)
1dc47816
authored
Mar 20, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#988421 unchecked return value
Change-Id: I822c21cd3c3bd8f720e39f540b4931050d62fb91
üst
2db08b9e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
xmldpimp.cxx
sc/source/filter/xml/xmldpimp.cxx
+6
-1
No files found.
sc/source/filter/xml/xmldpimp.cxx
Dosyayı görüntüle @
1dc47816
...
@@ -558,7 +558,12 @@ void ScXMLDataPilotTableContext::EndElement()
...
@@ -558,7 +558,12 @@ void ScXMLDataPilotTableContext::EndElement()
if
(
pDPCollection
->
GetByName
(
pDPObject
->
GetName
())
)
if
(
pDPCollection
->
GetByName
(
pDPObject
->
GetName
())
)
pDPObject
->
SetName
(
OUString
()
);
// ignore the invalid name, create a new name in AfterXMLLoading
pDPObject
->
SetName
(
OUString
()
);
// ignore the invalid name, create a new name in AfterXMLLoading
pDPCollection
->
InsertNewTable
(
pDPObject
);
if
(
!
pDPCollection
->
InsertNewTable
(
pDPObject
))
{
OSL_FAIL
(
"cannot insert DPObject"
);
DELETEZ
(
pDPObject
);
}
SetButtons
();
SetButtons
();
}
}
...
...
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