diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-31 15:47:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-31 15:47:54 +0200 |
commit | 4c363dd65a18e9b8d4dcd1b0aaf545a40c3dbec5 (patch) | |
tree | f69878c3b6dc533157febb1737e6b949575e8bdd /oox | |
parent | f0070f535f34d69ac2bb198e4673e06552756b8b (diff) |
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/shapes.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index f7e84db57784..f8339025d11f 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -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_INITIALIZER_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_INITIALIZER_LIST static #endif const std::initializer_list<OUStringLiteral> vWhitelist = { |