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
d2f3c168
Kaydet (Commit)
d2f3c168
authored
Kas 14, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1242900 Unused value
Change-Id: I4276f5dabedac97c0508aa7904473a4e20767e62
üst
cb19a99b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
optjava.cxx
cui/source/options/optjava.cxx
+3
-3
No files found.
cui/source/options/optjava.cxx
Dosyayı görüntüle @
d2f3c168
...
@@ -673,7 +673,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
...
@@ -673,7 +673,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
for
(
i
=
0
;
i
<
nSize
;
++
i
)
for
(
i
=
0
;
i
<
nSize
;
++
i
)
pParamArr
[
i
]
=
pList
[
i
].
pData
;
pParamArr
[
i
]
=
pList
[
i
].
pData
;
eErr
=
jfw_setVMParameters
(
pParamArrIter
,
nSize
);
eErr
=
jfw_setVMParameters
(
pParamArrIter
,
nSize
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setVMParameters"
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setVMParameters"
);
(
void
)
eErr
;
pParamArrIter
=
pParamArr
;
pParamArrIter
=
pParamArr
;
rtl_freeMemory
(
pParamArr
);
rtl_freeMemory
(
pParamArr
);
bModified
=
true
;
bModified
=
true
;
...
@@ -685,7 +685,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
...
@@ -685,7 +685,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
if
(
m_pPathDlg
->
GetOldPath
()
!=
sPath
)
if
(
m_pPathDlg
->
GetOldPath
()
!=
sPath
)
{
{
eErr
=
jfw_setUserClassPath
(
sPath
.
pData
);
eErr
=
jfw_setUserClassPath
(
sPath
.
pData
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setUserClassPath"
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setUserClassPath"
);
(
void
)
eErr
;
bModified
=
true
;
bModified
=
true
;
}
}
}
}
...
@@ -720,7 +720,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
...
@@ -720,7 +720,7 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
}
}
eErr
=
jfw_setSelectedJRE
(
pInfo
);
eErr
=
jfw_setSelectedJRE
(
pInfo
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setSelectedJRE"
);
SAL_WARN_IF
(
JFW_E_NONE
!=
eErr
,
"cui.options"
,
"SvxJavaOptionsPage::FillItemSet(): error in jfw_setSelectedJRE"
);
(
void
)
eErr
;
bModified
=
true
;
bModified
=
true
;
}
}
}
}
...
...
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