summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:54 +0200
commit4c363dd65a18e9b8d4dcd1b0aaf545a40c3dbec5 (patch)
treef69878c3b6dc533157febb1737e6b949575e8bdd /xmlsecurity/source
parentf0070f535f34d69ac2bb198e4673e06552756b8b (diff)
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/helper/ooxmlsecexporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/ooxmlsecexporter.cxx b/xmlsecurity/source/helper/ooxmlsecexporter.cxx
index d88d542ce4fa..590d33ead7aa 100644
--- a/xmlsecurity/source/helper/ooxmlsecexporter.cxx
+++ b/xmlsecurity/source/helper/ooxmlsecexporter.cxx
@@ -74,7 +74,7 @@ struct OOXMLSecExporter::Impl
bool OOXMLSecExporter::Impl::isOOXMLBlacklist(const OUString& rStreamName)
{
-#if !HAVE_BROKEN_STATIC_INITILIZER_LIST
+#if !HAVE_BROKEN_STATIC_INITIALIZER_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_INITIALIZER_LIST
static
#endif
const std::initializer_list<OUStringLiteral> vBlacklist =