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
4c363dd6
Kaydet (Commit)
4c363dd6
authored
Mar 31, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
üst
f0070f53
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
config_global.h.in
config_host/config_global.h.in
+1
-1
configure.ac
configure.ac
+1
-1
shapes.cxx
oox/source/export/shapes.cxx
+2
-2
ooxmlsecexporter.cxx
xmlsecurity/source/helper/ooxmlsecexporter.cxx
+2
-2
No files found.
config_host/config_global.h.in
Dosyayı görüntüle @
4c363dd6
...
...
@@ -22,7 +22,7 @@ Any change in this header will cause a rebuild of almost everything.
#define HAVE_GCC_DEPRECATED_MESSAGE 0
#define HAVE_THREADSAFE_STATICS 0
#define HAVE_BROKEN_CONST_ITERATORS 0
#define HAVE_BROKEN_STATIC_INITILIZER_LIST 0
#define HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST 0
#define HAVE_SYSLOG_H 0
/* Compiler supports __attribute__((warn_unused)). */
#define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0
...
...
configure.ac
Dosyayı görüntüle @
4c363dd6
...
...
@@ -12692,7 +12692,7 @@ LIBS=$save_LIBS
CXXFLAGS=$save_CXXFLAGS
AC_MSG_RESULT([$broken])
if test "$broken" = yes; then
AC_DEFINE([HAVE_BROKEN_STATIC_INITILIZER_LIST])
AC_DEFINE([HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST])
fi
...
...
oox/source/export/shapes.cxx
Dosyayı görüntüle @
4c363dd6
...
...
@@ -535,7 +535,7 @@ ShapeExport& ShapeExport::WriteGroupShape(uno::Reference<drawing::XShape> xShape
static
bool
lcl_IsOnBlacklist
(
OUString
&
rShapeType
)
{
#if !HAVE_BROKEN_STATIC_INITILIZER_LIST
#if !HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST
static
#endif
const
std
::
initializer_list
<
OUStringLiteral
>
vBlacklist
=
{
...
...
@@ -601,7 +601,7 @@ static bool lcl_IsOnBlacklist(OUString& rShapeType)
static
bool
lcl_IsOnWhitelist
(
OUString
&
rShapeType
)
{
#if !HAVE_BROKEN_STATIC_INITILIZER_LIST
#if !HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST
static
#endif
const
std
::
initializer_list
<
OUStringLiteral
>
vWhitelist
=
{
...
...
xmlsecurity/source/helper/ooxmlsecexporter.cxx
Dosyayı görüntüle @
4c363dd6
...
...
@@ -74,7 +74,7 @@ struct OOXMLSecExporter::Impl
bool
OOXMLSecExporter
::
Impl
::
isOOXMLBlacklist
(
const
OUString
&
rStreamName
)
{
#if !HAVE_BROKEN_STATIC_INITILIZER_LIST
#if !HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST
static
#endif
const
std
::
initializer_list
<
OUStringLiteral
>
vBlacklist
=
...
...
@@ -94,7 +94,7 @@ bool OOXMLSecExporter::Impl::isOOXMLBlacklist(const OUString& rStreamName)
bool
OOXMLSecExporter
::
Impl
::
isOOXMLRelationBlacklist
(
const
OUString
&
rRelationName
)
{
#if !HAVE_BROKEN_STATIC_INITILIZER_LIST
#if !HAVE_BROKEN_STATIC_INITI
A
LIZER_LIST
static
#endif
const
std
::
initializer_list
<
OUStringLiteral
>
vBlacklist
=
...
...
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