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
d9b718e3
Kaydet (Commit)
d9b718e3
authored
May 01, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Constify two OUStrings
Change-Id: Ia136841959480212b2f7e525544e5e2f52064990
üst
207a86df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ww8scan.cxx
sw/source/filter/ww8/ww8scan.cxx
+2
-2
No files found.
sw/source/filter/ww8/ww8scan.cxx
Dosyayı görüntüle @
d9b718e3
...
@@ -1909,14 +1909,14 @@ Err:
...
@@ -1909,14 +1909,14 @@ Err:
OUString
read_uInt8_BeltAndBracesString
(
SvStream
&
rStrm
,
rtl_TextEncoding
eEnc
)
OUString
read_uInt8_BeltAndBracesString
(
SvStream
&
rStrm
,
rtl_TextEncoding
eEnc
)
{
{
OUString
aRet
=
read_uInt8_lenPrefixed_uInt8s_ToOUString
(
rStrm
,
eEnc
);
const
OUString
aRet
=
read_uInt8_lenPrefixed_uInt8s_ToOUString
(
rStrm
,
eEnc
);
rStrm
.
SeekRel
(
sizeof
(
sal_uInt8
));
// skip null-byte at end
rStrm
.
SeekRel
(
sizeof
(
sal_uInt8
));
// skip null-byte at end
return
aRet
;
return
aRet
;
}
}
OUString
read_uInt16_BeltAndBracesString
(
SvStream
&
rStrm
)
OUString
read_uInt16_BeltAndBracesString
(
SvStream
&
rStrm
)
{
{
OUString
aRet
=
read_uInt16_PascalString
(
rStrm
);
const
OUString
aRet
=
read_uInt16_PascalString
(
rStrm
);
rStrm
.
SeekRel
(
sizeof
(
sal_Unicode
));
// skip null-byte at end
rStrm
.
SeekRel
(
sizeof
(
sal_Unicode
));
// skip null-byte at end
return
aRet
;
return
aRet
;
}
}
...
...
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