sfx2/source/doc/SfxRedactionHelper.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 40b8c8c912ea26227784d2f0ebf526c5f5d19b34
Author:     Muhammet Kara <muhammet.k...@collabora.com>
AuthorDate: Fri Jun 28 20:18:50 2019 +0300
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Jun 28 15:01:01 2019 -0400

    Fix undefined reference to static constexpr for pre-C++17
    
    Change-Id: I451dba37688441f26aa48e62b1baa3aa24678073

diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx 
b/sfx2/source/doc/SfxRedactionHelper.cxx
index 6e602b048acf..267d6eb938bd 100644
--- a/sfx2/source/doc/SfxRedactionHelper.cxx
+++ b/sfx2/source/doc/SfxRedactionHelper.cxx
@@ -60,6 +60,8 @@ using namespace ::com::sun::star;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::uno;
 
+constexpr OUStringLiteral SfxRedactionHelper::m_aPredefinedTargets[6];
+
 bool SfxRedactionHelper::isRedactMode(const SfxRequest& rReq)
 {
     const SfxItemSet* pArgs = rReq.GetArgs();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to