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
4f4667da
Kaydet (Commit)
4f4667da
authored
Eki 15, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1326287 Explicit null dereferenced
Change-Id: I6b2f8beb25cb5743db9d5f0b92dfce723c6d89e5
üst
abe51680
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
_XExtendedCalendar.java
qadevOOo/tests/java/ifc/i18n/_XExtendedCalendar.java
+5
-9
No files found.
qadevOOo/tests/java/ifc/i18n/_XExtendedCalendar.java
Dosyayı görüntüle @
4f4667da
...
...
@@ -39,17 +39,13 @@ public class _XExtendedCalendar extends MultiMethodTest {
* Load a calendar
*/
@Override
public
void
before
()
{
public
void
before
()
throws
Exception
{
Locale
[]
installed_locales
=
null
;
XLocaleData
locData
=
null
;
try
{
locData
=
UnoRuntime
.
queryInterface
(
XLocaleData
.
class
,
tParam
.
getMSF
().
createInstance
(
"com.sun.star.i18n.LocaleData"
));
}
catch
(
com
.
sun
.
star
.
uno
.
Exception
e
)
{
XLocaleData
locData
=
UnoRuntime
.
queryInterface
(
XLocaleData
.
class
,
tParam
.
getMSF
().
createInstance
(
"com.sun.star.i18n.LocaleData"
));
}
installed_locales
=
locData
.
getAllInstalledLocaleNames
();
// use first Locale as fallback, if US-English is not found
Locale
lo
=
installed_locales
[
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