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
4a4127d2
Kaydet (Commit)
4a4127d2
authored
Agu 11, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make some java methods private
found by UCDetector Change-Id: Ic2edbc85194731116aac34064238d11ef1926a98
üst
5ca7fa8d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
FilenameHelper.java
qadevOOo/runner/convwatch/FilenameHelper.java
+1
-1
SOFormulaParser.java
.../java/org/libreoffice/report/pentaho/SOFormulaParser.java
+1
-1
NumericalHelper.java
wizards/com/sun/star/wizards/common/NumericalHelper.java
+1
-1
No files found.
qadevOOo/runner/convwatch/FilenameHelper.java
Dosyayı görüntüle @
4a4127d2
...
...
@@ -56,7 +56,7 @@ abstract class FilenameHelper_impl implements Filenamer
{
m_nNumber
=
_n
;
}
void
initMember
()
private
void
initMember
()
{
fs
=
System
.
getProperty
(
"file.separator"
);
}
...
...
reportbuilder/java/org/libreoffice/report/pentaho/SOFormulaParser.java
Dosyayı görüntüle @
4a4127d2
...
...
@@ -330,7 +330,7 @@ public final class SOFormulaParser extends ComponentBase
* This method is a simple helper function to used in the static component initialisation functions as well as
* in getSupportedServiceNames.
*/
p
ublic
static
String
[]
getServiceNames
()
p
rivate
static
String
[]
getServiceNames
()
{
return
new
String
[]
{
...
...
wizards/com/sun/star/wizards/common/NumericalHelper.java
Dosyayı görüntüle @
4a4127d2
...
...
@@ -124,7 +124,7 @@ public class NumericalHelper
* @return a short
* @throws com.sun.star.lang.IllegalArgumentException if the object cannot be converted
*/
p
ublic
static
short
toShort
(
Object
aValue
)
p
rivate
static
short
toShort
(
Object
aValue
)
throws
com
.
sun
.
star
.
lang
.
IllegalArgumentException
{
short
retValue
=
0
;
...
...
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