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
06b63d3d
Kaydet (Commit)
06b63d3d
authored
Haz 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove the definition of SAL_THROW macro
Change-Id: I3d389174684cdc86ddb098629da57ebf142424c9
üst
0e507ae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
types.h
include/sal/types.h
+0
-18
No files found.
include/sal/types.h
Dosyayı görüntüle @
06b63d3d
...
@@ -347,21 +347,6 @@ typedef struct _sal_Sequence
...
@@ -347,21 +347,6 @@ typedef struct _sal_Sequence
#if defined __cplusplus
#if defined __cplusplus
/** Exception specification documentation.
The original intent of this macro was to control whether or not actual
exception specifications are emitted, based on how much they impact code
size etc. in a specific scenario. But it ended up always being disabled
(except for MSVC, which effectively ignored it even though being enabled),
and used in ways that would make enabling it illegal (e.g., in the
cppu::ComponentFactoryFunc typedef, or with necessarily incomplete
com::sun::star::uno::RuntimeException in com/sun/star/uno/Reference.h), so
has officially been demoted to pure documentation now.
@deprecated do not use in new code.
*/
#define SAL_THROW(x)
/** Nothrow specification for C functions.
/** Nothrow specification for C functions.
This is a macro so it can expand to nothing in C code.
This is a macro so it can expand to nothing in C code.
...
@@ -370,9 +355,6 @@ typedef struct _sal_Sequence
...
@@ -370,9 +355,6 @@ typedef struct _sal_Sequence
#else
#else
/* SAL_THROW() must not be used in C code, only SAL_THROW_EXTERN_C() is defined
there:
*/
#define SAL_THROW_EXTERN_C()
#define SAL_THROW_EXTERN_C()
#endif
#endif
...
...
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