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
30f3b36e
Kaydet (Commit)
30f3b36e
authored
Kas 14, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal: remove pointless checking for __cplusplus in public C++ headers
Change-Id: Ibbcdb4a3f46b7491396a1b1c7b4cdc1af05f30d3
üst
b3e5b594
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
conditn.hxx
include/osl/conditn.hxx
+0
-3
mutex.hxx
include/osl/mutex.hxx
+0
-3
strbuf.hxx
include/rtl/strbuf.hxx
+0
-3
No files found.
include/osl/conditn.hxx
Dosyayı görüntüle @
30f3b36e
...
...
@@ -20,8 +20,6 @@
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
#ifdef __cplusplus
#include <osl/time.h>
#include <osl/conditn.h>
...
...
@@ -122,7 +120,6 @@ namespace osl
}
#endif
/* __cplusplus */
#endif // INCLUDED_OSL_CONDITN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/osl/mutex.hxx
Dosyayı görüntüle @
30f3b36e
...
...
@@ -20,8 +20,6 @@
#ifndef INCLUDED_OSL_MUTEX_HXX
#define INCLUDED_OSL_MUTEX_HXX
#ifdef __cplusplus
#include <osl/mutex.h>
...
...
@@ -240,7 +238,6 @@ namespace osl
typedef
ResettableGuard
<
Mutex
>
ResettableMutexGuard
;
}
#endif
/* __cplusplus */
#endif // INCLUDED_OSL_MUTEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/rtl/strbuf.hxx
Dosyayı görüntüle @
30f3b36e
...
...
@@ -33,8 +33,6 @@
#include <rtl/stringconcat.hxx>
#endif
#ifdef __cplusplus
// The unittest uses slightly different code to help check that the proper
// calls are made. The class is put into a different namespace to make
// sure the compiler generates a different (if generating also non-inline)
...
...
@@ -974,7 +972,6 @@ typedef rtlunittest::OStringBuffer OStringBuffer;
using
::
rtl
::
OStringBuffer
;
#endif
#endif
/* __cplusplus */
#endif // INCLUDED_RTL_STRBUF_HXX
...
...
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