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
cc58fe65
Kaydet (Commit)
cc58fe65
authored
Tem 28, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: use std::unique_ptr<> in DomainMapperTableManager
Change-Id: Ib5910d3198824d625a96b53a30ad67c69c622642
üst
46e7991b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
DomainMapperTableManager.cxx
writerfilter/source/dmapper/DomainMapperTableManager.cxx
+0
-2
DomainMapperTableManager.hxx
writerfilter/source/dmapper/DomainMapperTableManager.hxx
+2
-1
No files found.
writerfilter/source/dmapper/DomainMapperTableManager.cxx
Dosyayı görüntüle @
cc58fe65
...
@@ -66,8 +66,6 @@ DomainMapperTableManager::DomainMapperTableManager() :
...
@@ -66,8 +66,6 @@ DomainMapperTableManager::DomainMapperTableManager() :
DomainMapperTableManager
::~
DomainMapperTableManager
()
DomainMapperTableManager
::~
DomainMapperTableManager
()
{
{
if
(
m_pTablePropsHandler
)
delete
m_pTablePropsHandler
,
m_pTablePropsHandler
=
nullptr
;
}
}
bool
DomainMapperTableManager
::
attribute
(
Id
nName
,
Value
&
rValue
)
bool
DomainMapperTableManager
::
attribute
(
Id
nName
,
Value
&
rValue
)
...
...
writerfilter/source/dmapper/DomainMapperTableManager.hxx
Dosyayı görüntüle @
cc58fe65
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "StyleSheetTable.hxx"
#include "StyleSheetTable.hxx"
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <vector>
#include <vector>
#include <memory>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/sequenceashashmap.hxx>
namespace
writerfilter
{
namespace
writerfilter
{
...
@@ -72,7 +73,7 @@ class DomainMapperTableManager : public TableManager
...
@@ -72,7 +73,7 @@ class DomainMapperTableManager : public TableManager
sal_uInt32
m_nLayoutType
;
sal_uInt32
m_nLayoutType
;
sal_Int32
m_nMaxFixedWidth
;
sal_Int32
m_nMaxFixedWidth
;
TablePropertiesHandler
*
m_pTablePropsHandler
;
std
::
unique_ptr
<
TablePropertiesHandler
>
m_pTablePropsHandler
;
PropertyMapPtr
m_pStyleProps
;
PropertyMapPtr
m_pStyleProps
;
virtual
void
clearData
()
SAL_OVERRIDE
;
virtual
void
clearData
()
SAL_OVERRIDE
;
...
...
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