[Libreoffice-commits] core.git: sw/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 12 14:00:34 UTC 2019
sw/source/core/unocore/unoevent.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 137c7fb55462bf2b8792fc742f9f8343a23aac87
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Aug 12 12:01:41 2019 +0200
Commit: Noel Grandin <noel.grandin at 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.grandin at 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 ) :
More information about the Libreoffice-commits
mailing list