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
40421ffc
Kaydet (Commit)
40421ffc
authored
Şub 21, 2013
tarafından
Urs Fässler
Kaydeden (comit)
Caolán McNamara
Şub 26, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translation of messages in test program
Change-Id: I8588f5bad12561b891956cde44daeb4c81f815c3
üst
5495184e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
testcnttype.cxx
dtrans/source/cnttype/wbench/testcnttype.cxx
+4
-4
No files found.
dtrans/source/cnttype/wbench/testcnttype.cxx
Dosyayı görüntüle @
40421ffc
...
@@ -116,7 +116,7 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
...
@@ -116,7 +116,7 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
{
{
try
try
{
{
fprintf
(
fstream
,
"
Gelesen
: %s
\n
"
,
iter
->
c_str
(
)
);
fprintf
(
fstream
,
"
Read
: %s
\n
"
,
iter
->
c_str
(
)
);
Reference
<
XMimeContentType
>
xMCntTyp
=
cnttypeFactory
->
createMimeContentType
(
OUString
::
createFromAscii
(
iter
->
c_str
(
)
)
);
Reference
<
XMimeContentType
>
xMCntTyp
=
cnttypeFactory
->
createMimeContentType
(
OUString
::
createFromAscii
(
iter
->
c_str
(
)
)
);
...
@@ -134,15 +134,15 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
...
@@ -134,15 +134,15 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
}
}
catch
(
IllegalArgumentException
&
ex
)
catch
(
IllegalArgumentException
&
ex
)
{
{
fwprintf
(
fstream
,
OUString
(
"
Fehlerhafter Content-Type gelesen!!
!
\n\n
"
)
);
fwprintf
(
fstream
,
OUString
(
"
Read incorrect content type
!
\n\n
"
)
);
}
}
catch
(
NoSuchElementException
&
)
catch
(
NoSuchElementException
&
)
{
{
fwprintf
(
fstream
,
OUString
(
"
Parameterwert nicht vorhanden
\n
"
)
);
fwprintf
(
fstream
,
OUString
(
"
Value of parameter not available
\n
"
)
);
}
}
catch
(
...
)
catch
(
...
)
{
{
fwprintf
(
fstream
,
OUString
(
"Un
bekannter Fehler!!
!
\n\n
"
)
);
fwprintf
(
fstream
,
OUString
(
"Un
known error
!
\n\n
"
)
);
}
}
fwprintf
(
fstream
,
OUString
(
"
\n
#############################################
\n\n
"
)
);
fwprintf
(
fstream
,
OUString
(
"
\n
#############################################
\n\n
"
)
);
...
...
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