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
a8e52f12
Kaydet (Commit)
a8e52f12
authored
Haz 11, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a comment clarifying the intent of the code that may look like a bug.
Change-Id: Idd340f939bcfbe6bb8cf2f589662ea8691e1606c
üst
af3916f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
htmlpars.cxx
sc/source/filter/html/htmlpars.cxx
+3
-0
No files found.
sc/source/filter/html/htmlpars.cxx
Dosyayı görüntüle @
a8e52f12
...
@@ -2188,6 +2188,9 @@ OUString decodeNumberFormat(const OUString& rFmt)
...
@@ -2188,6 +2188,9 @@ OUString decodeNumberFormat(const OUString& rFmt)
}
}
if
(
nDigitCount
)
if
(
nDigitCount
)
{
{
// Hex-encoded character found. Decode it back into its
// original character. An example of number format with
// hex-encoded chars: "\0022$\0022\#\,\#\#0\.00"
sal_Int32
nVal
=
OUString
(
p1
,
nDigitCount
).
toInt32
(
16
);
sal_Int32
nVal
=
OUString
(
p1
,
nDigitCount
).
toInt32
(
16
);
aBuf
.
append
(
static_cast
<
sal_Unicode
>
(
nVal
));
aBuf
.
append
(
static_cast
<
sal_Unicode
>
(
nVal
));
}
}
...
...
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