sw/source/core/unocore/unoevent.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 137c7fb55462bf2b8792fc742f9f8343a23aac87
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Mon Aug 12 12:01:41 2019 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Aug 12 15:59:23 2019 +0200

    loplugin:staticconstfield
    
    Change-Id: I50153c5635d083f568315aca06e05fe98e10867a
    Reviewed-on: https://gerrit.libreoffice.org/77347
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/source/core/unocore/unoevent.cxx 
b/sw/source/core/unocore/unoevent.cxx
index 0d00638da1dd..3db35ae829c4 100644
--- a/sw/source/core/unocore/unoevent.cxx
+++ b/sw/source/core/unocore/unoevent.cxx
@@ -153,6 +153,8 @@ void SwHyperlinkEventDescriptor::copyMacrosFromNameReplace(
     }
 }
 
+static const OUString sSwFrameEventDescriptor("SwFrameEventDescriptor");
+
 // use double cast in superclass constructor to avoid ambiguous cast
 SwFrameEventDescriptor::SwFrameEventDescriptor(
     SwXTextFrame& rFrameRef ) :
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to