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
7469d755
Kaydet (Commit)
7469d755
authored
Eyl 09, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use std::unique_ptr
Change-Id: I39475538ed838e4210e256d85c6dd46232f8dc50
üst
bbb017f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
XMLTextListAutoStylePool.hxx
include/xmloff/XMLTextListAutoStylePool.hxx
+2
-1
XMLTextListAutoStylePool.cxx
xmloff/source/text/XMLTextListAutoStylePool.cxx
+0
-1
No files found.
include/xmloff/XMLTextListAutoStylePool.hxx
Dosyayı görüntüle @
7469d755
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <sal/types.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <com/sun/star/ucb/XAnyCompare.hpp>
#include <com/sun/star/ucb/XAnyCompare.hpp>
#include <memory>
#include <set>
#include <set>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
container
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
container
{
...
@@ -42,7 +43,7 @@ class XMLOFF_DLLPUBLIC XMLTextListAutoStylePool
...
@@ -42,7 +43,7 @@ class XMLOFF_DLLPUBLIC XMLTextListAutoStylePool
OUString
sPrefix
;
OUString
sPrefix
;
XMLTextListAutoStylePool_Impl
*
pPool
;
std
::
unique_ptr
<
XMLTextListAutoStylePool_Impl
>
pPool
;
XMLTextListAutoStylePoolNames_Impl
m_aNames
;
XMLTextListAutoStylePoolNames_Impl
m_aNames
;
sal_uInt32
nName
;
sal_uInt32
nName
;
...
...
xmloff/source/text/XMLTextListAutoStylePool.cxx
Dosyayı görüntüle @
7469d755
...
@@ -157,7 +157,6 @@ XMLTextListAutoStylePool::~XMLTextListAutoStylePool()
...
@@ -157,7 +157,6 @@ XMLTextListAutoStylePool::~XMLTextListAutoStylePool()
{
{
// The XMLTextListAutoStylePoolEntry_Impl object in the pool need delete explicitly in dtor.
// The XMLTextListAutoStylePoolEntry_Impl object in the pool need delete explicitly in dtor.
pPool
->
DeleteAndDestroyAll
();
pPool
->
DeleteAndDestroyAll
();
delete
pPool
;
}
}
void
XMLTextListAutoStylePool
::
RegisterName
(
const
OUString
&
rName
)
void
XMLTextListAutoStylePool
::
RegisterName
(
const
OUString
&
rName
)
...
...
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