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
00061554
Kaydet (Commit)
00061554
authored
Eyl 30, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
framework: std::auto_ptr -> std::unique_ptr
Change-Id: I6ef5e9018d1e33c205eae934c404d3391a4693f2
üst
3b206d48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
imagemanager.hxx
framework/inc/uiconfiguration/imagemanager.hxx
+1
-1
moduleimagemanager.hxx
framework/inc/uiconfiguration/moduleimagemanager.hxx
+1
-3
No files found.
framework/inc/uiconfiguration/imagemanager.hxx
Dosyayı görüntüle @
00061554
...
...
@@ -110,7 +110,7 @@ namespace framework
void
setStorage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XStorage
>&
Storage
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
private
:
::
std
::
auto
_ptr
<
ImageManagerImpl
>
m_pImpl
;
::
std
::
unique
_ptr
<
ImageManagerImpl
>
m_pImpl
;
};
}
...
...
framework/inc/uiconfiguration/moduleimagemanager.hxx
Dosyayı görüntüle @
00061554
...
...
@@ -95,9 +95,7 @@ namespace framework
virtual
sal_Bool
SAL_CALL
isReadOnly
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
SAL_WNODEPRECATED_DECLARATIONS_PUSH
::
std
::
auto_ptr
<
ImageManagerImpl
>
m_pImpl
;
SAL_WNODEPRECATED_DECLARATIONS_POP
::
std
::
unique_ptr
<
ImageManagerImpl
>
m_pImpl
;
};
}
...
...
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