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
7772b310
Kaydet (Commit)
7772b310
authored
May 23, 2014
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MSWord uses \xb for linebreaks in DB fields (bnc#878854)
Change-Id: I9b1e4f8dc44d3f6f41e395f6e5f3c1fdeff52441
üst
f98eab9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ww8par5.cxx
sw/source/filter/ww8/ww8par5.cxx
+2
-0
No files found.
sw/source/filter/ww8/ww8par5.cxx
Dosyayı görüntüle @
7772b310
...
@@ -2413,6 +2413,8 @@ eF_ResT SwWW8ImplReader::Read_F_DBField( WW8FieldDesc* pF, OUString& rStr )
...
@@ -2413,6 +2413,8 @@ eF_ResT SwWW8ImplReader::Read_F_DBField( WW8FieldDesc* pF, OUString& rStr )
pSBase
->
WW8ReadString
(
*
pStrm
,
aResult
,
pPlcxMan
->
GetCpOfs
()
+
pSBase
->
WW8ReadString
(
*
pStrm
,
aResult
,
pPlcxMan
->
GetCpOfs
()
+
pF
->
nSRes
,
pF
->
nLRes
,
eTextCharSet
);
pF
->
nSRes
,
pF
->
nLRes
,
eTextCharSet
);
aResult
=
aResult
.
replace
(
'\xb'
,
'\n'
);
aFld
.
InitContent
(
aResult
);
aFld
.
InitContent
(
aResult
);
rDoc
.
InsertPoolItem
(
*
pPaM
,
SwFmtFld
(
aFld
),
0
);
rDoc
.
InsertPoolItem
(
*
pPaM
,
SwFmtFld
(
aFld
),
0
);
...
...
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