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
137f5866
Kaydet (Commit)
137f5866
authored
Mar 29, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unused variable
üst
27a54e55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
svxacorr.cxx
editeng/source/misc/svxacorr.cxx
+0
-12
No files found.
editeng/source/misc/svxacorr.cxx
Dosyayı görüntüle @
137f5866
...
...
@@ -147,12 +147,6 @@ bool lcl_IsUnsupportedUnicodeChar( CharClass& rCC, const String& rTxt,
{
for
(
;
nStt
<
nEnd
;
++
nStt
)
{
#if OSL_DEBUG_LEVEL > 1
sal_Int32
nCharType
;
sal_Int32
nChType
;
nCharType
=
rCC
.
getCharacterType
(
rTxt
,
nStt
);
nChType
=
rCC
.
getType
(
rTxt
,
nStt
);
#endif
short
nScript
=
rCC
.
getScript
(
rTxt
,
nStt
);
switch
(
nScript
)
{
...
...
@@ -182,12 +176,6 @@ sal_Bool lcl_IsSymbolChar( CharClass& rCC, const String& rTxt,
{
for
(
;
nStt
<
nEnd
;
++
nStt
)
{
#if OSL_DEBUG_LEVEL > 1
sal_Int32
nCharType
;
sal_Int32
nChType
;
nCharType
=
rCC
.
getCharacterType
(
rTxt
,
nStt
);
nChType
=
rCC
.
getType
(
rTxt
,
nStt
);
#endif
if
(
::
com
::
sun
::
star
::
i18n
::
UnicodeType
::
PRIVATE_USE
==
rCC
.
getType
(
rTxt
,
nStt
))
return
sal_True
;
...
...
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