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
4c414d3b
Kaydet (Commit)
4c414d3b
authored
Mar 22, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
boost::shared_ptr -> std::shared_ptr
Change-Id: I8d08a5865a0e7b40ed9efc2be156957f8f4a2f49
üst
809c401a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
filterbase.cxx
oox/source/core/filterbase.cxx
+5
-4
No files found.
oox/source/core/filterbase.cxx
Dosyayı görüntüle @
4c414d3b
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <rtl/instance.hxx>
#include <rtl/instance.hxx>
#include <rtl/uri.hxx>
#include <rtl/uri.hxx>
#include <memory>
#include <set>
#include <set>
#include "oox/core/filterbase.hxx"
#include "oox/core/filterbase.hxx"
...
@@ -118,10 +119,10 @@ enum FilterDirection
...
@@ -118,10 +119,10 @@ enum FilterDirection
struct
FilterBaseImpl
struct
FilterBaseImpl
{
{
typedef
::
boost
::
shared_ptr
<
GraphicHelper
>
GraphicHelperRef
;
typedef
std
::
shared_ptr
<
GraphicHelper
>
GraphicHelperRef
;
typedef
::
boost
::
shared_ptr
<
ModelObjectHelper
>
ModelObjHelperRef
;
typedef
std
::
shared_ptr
<
ModelObjectHelper
>
ModelObjHelperRef
;
typedef
::
boost
::
shared_ptr
<
OleObjectHelper
>
OleObjHelperRef
;
typedef
std
::
shared_ptr
<
OleObjectHelper
>
OleObjHelperRef
;
typedef
::
boost
::
shared_ptr
<
VbaProject
>
VbaProjectRef
;
typedef
std
::
shared_ptr
<
VbaProject
>
VbaProjectRef
;
FilterDirection
meDirection
;
FilterDirection
meDirection
;
SequenceAsHashMap
maArguments
;
SequenceAsHashMap
maArguments
;
...
...
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