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
f87e78a7
Kaydet (Commit)
f87e78a7
authored
Şub 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplification
Change-Id: I949bf3cb9c3b26a8c2de6bde20cef63d7630fc54
üst
85585595
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
itemset.cxx
svl/source/items/itemset.cxx
+4
-5
No files found.
svl/source/items/itemset.cxx
Dosyayı görüntüle @
f87e78a7
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include <tools/stream.hxx>
#include <tools/stream.hxx>
#include <tools/solar.h>
#include <tools/solar.h>
#include <rtl/str
buf
.hxx>
#include <rtl/str
ing
.hxx>
// STATIC DATA -----------------------------------------------------------
// STATIC DATA -----------------------------------------------------------
...
@@ -2041,14 +2041,13 @@ sal_uInt64 SfxItemSet::getHash() const
...
@@ -2041,14 +2041,13 @@ sal_uInt64 SfxItemSet::getHash() const
OString
SfxItemSet
::
stringify
()
const
OString
SfxItemSet
::
stringify
()
const
{
{
rtl
::
OStringBuffer
aString
(
100
);
SvMemoryStream
aStream
;
SvMemoryStream
aStream
;
SfxItemSet
aSet
(
*
this
);
SfxItemSet
aSet
(
*
this
);
aSet
.
InvalidateDefaultItems
();
aSet
.
InvalidateDefaultItems
();
aSet
.
Store
(
aStream
,
true
);
aSet
.
Store
(
aStream
,
true
);
aStream
.
Flush
();
aStream
.
Flush
();
aString
.
append
((
const
char
*
)
aStream
.
GetData
(),
aStream
.
GetEndOfData
());
return
OString
(
static_cast
<
char
const
*>
(
aStream
.
GetData
()),
aStream
.
GetEndOfData
());
return
aString
.
makeStringAndClear
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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