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
10560949
Kaydet (Commit)
10560949
authored
Agu 05, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: use std::unique_ptr in docxattributeoutput
Change-Id: Ie551cc9c1de20c017d8cf9f4d6f060729f9c245b
üst
aecdaa71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+0
-1
docxattributeoutput.hxx
sw/source/filter/ww8/docxattributeoutput.hxx
+2
-3
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
10560949
...
...
@@ -8406,7 +8406,6 @@ DocxAttributeOutput::DocxAttributeOutput( DocxExport &rExport, FSHelperPtr pSeri
m_pFootnotesList( new ::docx::FootnotesList() ),
m_pEndnotesList( new ::docx::FootnotesList() ),
m_footnoteEndnoteRefTag( 0 ),
m_pSectionInfo( NULL ),
m_pRedlineData( NULL ),
m_nRedlineId( 0 ),
m_bOpenedSectPr( false ),
...
...
sw/source/filter/ww8/docxattributeoutput.hxx
Dosyayı görüntüle @
10560949
...
...
@@ -35,7 +35,6 @@
#include <fldbas.hxx>
#include <vector>
#include <boost/scoped_ptr.hpp>
#include <boost/optional.hpp>
#include <oox/export/vmlexport.hxx>
#include <oox/export/drawingml.hxx>
...
...
@@ -742,7 +741,7 @@ private:
std
::
unique_ptr
<
docx
::
FootnotesList
>
m_pFootnotesList
;
std
::
unique_ptr
<
docx
::
FootnotesList
>
m_pEndnotesList
;
int
m_footnoteEndnoteRefTag
;
boost
::
scoped
_ptr
<
const
WW8_SepInfo
>
m_pSectionInfo
;
std
::
unique
_ptr
<
const
WW8_SepInfo
>
m_pSectionInfo
;
/// Redline data to remember in the text run.
const
SwRedlineData
*
m_pRedlineData
;
...
...
@@ -878,7 +877,7 @@ private:
OString
fontKey
;
};
boost
::
scoped
_ptr
<
TableReference
>
m_tableReference
;
std
::
unique
_ptr
<
TableReference
>
m_tableReference
;
std
::
map
<
OUString
,
EmbeddedFontRef
>
fontFilesMap
;
// font file url to data
...
...
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