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
3129984e
Kaydet (Commit)
3129984e
authored
Agu 02, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: address of function will always evaluate to 'true'
Change-Id: I9685faf1658bac91abe348a409ec85e2421b1c49
üst
056f15c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
textconversion_ko.cxx
i18npool/source/textconversion/textconversion_ko.cxx
+8
-0
No files found.
i18npool/source/textconversion/textconversion_ko.cxx
Dosyayı görüntüle @
3129984e
...
@@ -139,6 +139,11 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
...
@@ -139,6 +139,11 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
sal_Int16
(
*
getHangul2HanjaIndexCount
)()
=
(
sal_Int16
(
*
)())
getFunctionBySymbol
(
"getHangul2HanjaIndexCount"
);
sal_Int16
(
*
getHangul2HanjaIndexCount
)()
=
(
sal_Int16
(
*
)())
getFunctionBySymbol
(
"getHangul2HanjaIndexCount"
);
const
sal_uInt16
*
(
*
getHanja2HangulIndex
)()
=
(
const
sal_uInt16
*
(
*
)())
getFunctionBySymbol
(
"getHanja2HangulIndex"
);
const
sal_uInt16
*
(
*
getHanja2HangulIndex
)()
=
(
const
sal_uInt16
*
(
*
)())
getFunctionBySymbol
(
"getHanja2HangulIndex"
);
const
sal_Unicode
*
(
*
getHanja2HangulData
)()
=
(
const
sal_Unicode
*
(
*
)())
getFunctionBySymbol
(
"getHanja2HangulData"
);
const
sal_Unicode
*
(
*
getHanja2HangulData
)()
=
(
const
sal_Unicode
*
(
*
)())
getFunctionBySymbol
(
"getHanja2HangulData"
);
#else
#ifdef LIBO_WERROR
#pragma GCC diagnostic push
#pragma GCC diagnostic warning "-Wbool-conversions"
#endif
#endif
#endif
if
(
toHanja
&&
getHangul2HanjaIndex
&&
getHangul2HanjaIndexCount
&&
getHangul2HanjaData
)
{
if
(
toHanja
&&
getHangul2HanjaIndex
&&
getHangul2HanjaIndexCount
&&
getHangul2HanjaData
)
{
ch
=
aText
[
nStartPos
];
ch
=
aText
[
nStartPos
];
...
@@ -186,6 +191,9 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
...
@@ -186,6 +191,9 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
}
}
delete
[]
newStr
;
delete
[]
newStr
;
}
}
#if defined(DISABLE_DYNLOADING) && defined(LIBO_WERROR)
#pragma GCC diagnostic pop
#endif
return
output
;
return
output
;
}
}
...
...
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