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
2221e0a0
Kaydet (Commit)
2221e0a0
authored
May 09, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove comment, it'll only confuse matters
Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83
üst
949e9a5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
htmlout.cxx
svtools/source/svhtml/htmlout.cxx
+1
-6
No files found.
svtools/source/svhtml/htmlout.cxx
Dosyayı görüntüle @
2221e0a0
...
@@ -413,12 +413,7 @@ rtl::OString lcl_ConvertCharToHTML( sal_Unicode c,
...
@@ -413,12 +413,7 @@ rtl::OString lcl_ConvertCharToHTML( sal_Unicode c,
case
0xA0
:
// is a hard blank
case
0xA0
:
// is a hard blank
pStr
=
OOO_STRING_SVTOOLS_HTML_S_nbsp
;
pStr
=
OOO_STRING_SVTOOLS_HTML_S_nbsp
;
break
;
break
;
// This was labelled as:
case
0x2011
:
// is a hard hyphen
//!! the TextConverter has a problem with this character - so change it to
// a hard space - that's the same as our 5.2
// but that just breaks html output. Setting the numberic html entity
// seems fine.
case
0x2011
:
// is a hard hyphen
pStr
=
"#8209"
;
pStr
=
"#8209"
;
break
;
break
;
case
0xAD
:
// is a soft hyphen
case
0xAD
:
// is a soft hyphen
...
...
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