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
505e194b
Kaydet (Commit)
505e194b
authored
Eki 13, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1326499 Resource leak
Change-Id: I561e8f7ff472d7d2578e30145024405e74088ffc
üst
bc16de62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
navigatortree.cxx
svx/source/form/navigatortree.cxx
+4
-3
No files found.
svx/source/form/navigatortree.cxx
Dosyayı görüntüle @
505e194b
...
...
@@ -1339,6 +1339,10 @@ namespace svxform
if
(
!
xNewForm
.
is
())
return
;
Reference
<
XPropertySet
>
xPropertySet
(
xNewForm
,
UNO_QUERY
);
if
(
!
xPropertySet
.
is
())
return
;
FmFormData
*
pNewFormData
=
new
FmFormData
(
xNewForm
,
m_aNavigatorImages
,
pParentFormData
);
...
...
@@ -1346,9 +1350,6 @@ namespace svxform
OUString
aName
=
GenerateName
(
pNewFormData
);
pNewFormData
->
SetText
(
aName
);
Reference
<
XPropertySet
>
xPropertySet
(
xNewForm
,
UNO_QUERY
);
if
(
!
xPropertySet
.
is
())
return
;
try
{
xPropertySet
->
setPropertyValue
(
FM_PROP_NAME
,
makeAny
(
aName
)
);
...
...
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