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
84cbee60
Kaydet (Commit)
84cbee60
authored
Eki 09, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CID#705759 why such an obvious mem leak here
Change-Id: I88cc0b371df9c827917a408c1bcc9a14e752a20f
üst
dc76fc4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
uiregionsw.cxx
sw/source/ui/dialog/uiregionsw.cxx
+6
-8
No files found.
sw/source/ui/dialog/uiregionsw.cxx
Dosyayı görüntüle @
84cbee60
...
@@ -82,11 +82,10 @@ static void lcl_FillList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAva
...
@@ -82,11 +82,10 @@ static void lcl_FillList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAva
(
eTmpType
=
pFmt
->
GetSection
()
->
GetType
())
!=
TOX_CONTENT_SECTION
(
eTmpType
=
pFmt
->
GetSection
()
->
GetType
())
!=
TOX_CONTENT_SECTION
&&
TOX_HEADER_SECTION
!=
eTmpType
)
&&
TOX_HEADER_SECTION
!=
eTmpType
)
{
{
String
*
pString
=
OUString
sString
(
pFmt
->
GetSection
()
->
GetSectionName
());
new
String
(
pFmt
->
GetSection
()
->
GetSectionName
());
if
(
pAvailNames
)
if
(
pAvailNames
)
pAvailNames
->
InsertEntry
(
*
p
String
);
pAvailNames
->
InsertEntry
(
s
String
);
rSubRegions
.
InsertEntry
(
*
p
String
);
rSubRegions
.
InsertEntry
(
s
String
);
lcl_FillList
(
rSh
,
rSubRegions
,
pAvailNames
,
pFmt
);
lcl_FillList
(
rSh
,
rSubRegions
,
pAvailNames
,
pFmt
);
}
}
}
}
...
@@ -103,11 +102,10 @@ static void lcl_FillList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAva
...
@@ -103,11 +102,10 @@ static void lcl_FillList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAva
(
eTmpType
=
pFmt
->
GetSection
()
->
GetType
())
!=
TOX_CONTENT_SECTION
(
eTmpType
=
pFmt
->
GetSection
()
->
GetType
())
!=
TOX_CONTENT_SECTION
&&
TOX_HEADER_SECTION
!=
eTmpType
)
&&
TOX_HEADER_SECTION
!=
eTmpType
)
{
{
String
*
pString
=
OUString
sString
(
pFmt
->
GetSection
()
->
GetSectionName
());
new
String
(
pFmt
->
GetSection
()
->
GetSectionName
());
if
(
pAvailNames
)
if
(
pAvailNames
)
pAvailNames
->
InsertEntry
(
*
p
String
);
pAvailNames
->
InsertEntry
(
s
String
);
rSubRegions
.
InsertEntry
(
*
p
String
);
rSubRegions
.
InsertEntry
(
s
String
);
lcl_FillList
(
rSh
,
rSubRegions
,
pAvailNames
,
pFmt
);
lcl_FillList
(
rSh
,
rSubRegions
,
pAvailNames
,
pFmt
);
}
}
}
}
...
...
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