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
26eca5a1
Kaydet (Commit)
26eca5a1
authored
Agu 14, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: stupid auto_ptr deprecation
Change-Id: I7ef7de18c2f03d6dc825c12f14f3607fb64008cf
üst
8848f4e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
xiescher.hxx
sc/source/filter/inc/xiescher.hxx
+2
-1
No files found.
sc/source/filter/inc/xiescher.hxx
Dosyayı görüntüle @
26eca5a1
...
...
@@ -28,6 +28,7 @@
#include "xiroot.hxx"
#include "xistring.hxx"
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <oox/ole/olehelper.hxx>
#include <rtl/ustring.hxx>
...
...
@@ -1229,7 +1230,7 @@ public:
void
FillToItemSet
(
SfxItemSet
&
rItemSet
)
const
;
private
:
typedef
::
std
::
auto_ptr
<
SvMemoryStream
>
SvMemoryStreamPtr
;
typedef
::
boost
::
scoped_ptr
<
SvMemoryStream
>
SvMemoryStreamPtr
;
SvMemoryStream
maDummyStrm
;
/// Dummy DGG stream for DFF manager.
XclImpSimpleDffConverter
maDffConv
;
/// DFF converter used to resolve palette colors.
...
...
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