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
f00b77c8
Kaydet (Commit)
f00b77c8
authored
Ara 11, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive name
üst
f1335171
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ustrbuf.hxx
sal/inc/rtl/ustrbuf.hxx
+1
-1
types.h
sal/inc/sal/types.h
+2
-2
docfile.hxx
sfx2/inc/sfx2/docfile.hxx
+1
-1
No files found.
sal/inc/rtl/ustrbuf.hxx
Dosyayı görüntüle @
f00b77c8
...
@@ -582,7 +582,7 @@ public:
...
@@ -582,7 +582,7 @@ public:
template
<
typename
T
>
template
<
typename
T
>
typename
internal
::
Enable
<
void
,
typename
internal
::
Enable
<
void
,
!
internal
::
CharPtrDetector
<
T
*
>::
ok
&&
!
internal
::
SalUnicodePtrDetector
<
T
*
>::
ok
>::
Type
!
internal
::
CharPtrDetector
<
T
*
>::
ok
&&
!
internal
::
SalUnicodePtrDetector
<
T
*
>::
ok
>::
Type
append
(
T
*
)
SAL_DELETE
;
append
(
T
*
)
SAL_DELETE
D_FUNCTION
;
#endif
#endif
// This overload is needed because OUString has a ctor from rtl_uString*, but
// This overload is needed because OUString has a ctor from rtl_uString*, but
...
...
sal/inc/sal/types.h
Dosyayı görüntüle @
f00b77c8
...
@@ -408,9 +408,9 @@ namespace css = ::com::sun::star;
...
@@ -408,9 +408,9 @@ namespace css = ::com::sun::star;
@since LibreOffice 4.1
@since LibreOffice 4.1
*/
*/
#if defined HAVE_CXX11_DELETE
#if defined HAVE_CXX11_DELETE
#define SAL_DELETE = delete
#define SAL_DELETE
D_FUNCTION
= delete
#else
#else
#define SAL_DELETE
#define SAL_DELETE
D_FUNCTION
#endif
#endif
#endif
/* __cplusplus */
#endif
/* __cplusplus */
...
...
sfx2/inc/sfx2/docfile.hxx
Dosyayı görüntüle @
f00b77c8
...
@@ -94,7 +94,7 @@ public:
...
@@ -94,7 +94,7 @@ public:
// original overload have been adapted (in platform
// original overload have been adapted (in platform
// specific code etc.):
// specific code etc.):
SfxMedium
(
String
const
&
,
StreamMode
,
void
*
)
SfxMedium
(
String
const
&
,
StreamMode
,
void
*
)
SAL_DELETE
;
SAL_DELETE
D_FUNCTION
;
SfxMedium
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XStorage
>&
xStorage
,
SfxMedium
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
embed
::
XStorage
>&
xStorage
,
const
String
&
rBaseURL
,
const
String
&
rBaseURL
,
...
...
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