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
87d5f408
Kaydet (Commit)
87d5f408
authored
Ock 07, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused methods
Change-Id: Ib1fb65981151ef1c0c1cd316790e9906d1072dfc
üst
7b7e3e48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
ConfigHelper.java
framework/qa/complex/framework/autosave/ConfigHelper.java
+0
-24
No files found.
framework/qa/complex/framework/autosave/ConfigHelper.java
Dosyayı görüntüle @
87d5f408
...
@@ -106,28 +106,4 @@ class ConfigHelper
...
@@ -106,28 +106,4 @@ class ConfigHelper
catch
(
com
.
sun
.
star
.
uno
.
Exception
ex
)
catch
(
com
.
sun
.
star
.
uno
.
Exception
ex
)
{}
{}
}
}
//-----------------------------------------------
public
static
Object
readDirectKey
(
XMultiServiceFactory
xSMGR
,
String
sConfigFile
,
String
sRelPath
,
String
sKey
)
throws
com
.
sun
.
star
.
uno
.
Exception
{
ConfigHelper
aConfig
=
new
ConfigHelper
(
xSMGR
,
sConfigFile
,
true
);
return
aConfig
.
readRelativeKey
(
sRelPath
,
sKey
);
}
//-----------------------------------------------
public
static
void
writeDirectKey
(
XMultiServiceFactory
xSMGR
,
String
sConfigFile
,
String
sRelPath
,
String
sKey
,
Object
aValue
)
throws
com
.
sun
.
star
.
uno
.
Exception
{
ConfigHelper
aConfig
=
new
ConfigHelper
(
xSMGR
,
sConfigFile
,
false
);
aConfig
.
writeRelativeKey
(
sRelPath
,
sKey
,
aValue
);
aConfig
.
flush
();
}
}
}
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