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
3153c581
Kaydet (Commit)
3153c581
authored
Eyl 21, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
spelling Surregate->Surrogate
Change-Id: Ic7d79036f4e94a487c9b12edb18d6e4098938585
üst
553f10c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
editobj.cxx
editeng/source/editeng/editobj.cxx
+3
-3
No files found.
editeng/source/editeng/editobj.cxx
Dosyayı görüntüle @
3153c581
...
...
@@ -1091,7 +1091,7 @@ void EditTextObjectImpl::StoreData( SvStream& rOStream ) const
rOStream
.
WriteBool
(
bOwnerOfPool
);
// First store the pool, later only the Surr
e
gate
// First store the pool, later only the Surr
o
gate
if
(
bOwnerOfPool
)
{
GetPool
()
->
SetFileFormatVersion
(
SOFFICE_FILEFORMAT_50
);
...
...
@@ -1211,7 +1211,7 @@ void EditTextObjectImpl::StoreData( SvStream& rOStream ) const
rOStream
.
WriteUInt16
(
nAttribs
);
// And the individual attributes
// Items as Surr
e
gate => always 8 bytes per Attribute
// Items as Surr
o
gate => always 8 bytes per Attribute
// Which = 2; Surregat = 2; Start = 2; End = 2;
for
(
size_t
nAttr
=
0
;
nAttr
<
nAttribs
;
++
nAttr
)
{
...
...
@@ -1331,7 +1331,7 @@ void EditTextObjectImpl::CreateData( SvStream& rIStream )
}
// And the individual attributes
// Items as Surr
e
gate => always 8 bytes per Attributes
// Items as Surr
o
gate => always 8 bytes per Attributes
// Which = 2; Surregat = 2; Start = 2; End = 2;
for
(
size_t
nAttr
=
0
;
nAttr
<
nAttribs
;
++
nAttr
)
{
...
...
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