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
832614ff
Kaydet (Commit)
832614ff
authored
Nis 28, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:salunicodeliteral: svtools
Change-Id: I566b71b421bb2f2458f5d3f60e7d761d8725a004
üst
1000d122
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
parrtf.cxx
svtools/source/svrtf/parrtf.cxx
+3
-3
No files found.
svtools/source/svrtf/parrtf.cxx
Dosyayı görüntüle @
832614ff
...
...
@@ -385,13 +385,13 @@ void SvRTFParser::ScanText()
aStrBuffer
.
append
(
sal_Unicode
(
nNextCh
));
break
;
case
'~'
:
// nonbreaking space
aStrBuffer
.
append
(
static_cast
<
sal_Unicode
>
(
0xA0
)
);
aStrBuffer
.
append
(
u
'\
x00A0
'
);
break
;
case
'-'
:
// optional hyphen
aStrBuffer
.
append
(
static_cast
<
sal_Unicode
>
(
0xAD
)
);
aStrBuffer
.
append
(
u
'\
x00AD
'
);
break
;
case
'_'
:
// nonbreaking hyphen
aStrBuffer
.
append
(
static_cast
<
sal_Unicode
>
(
0x2011
)
);
aStrBuffer
.
append
(
u
'\
x2011
'
);
break
;
case
'u'
:
...
...
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