summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-12 12:01:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-12 15:59:23 +0200
commit137c7fb55462bf2b8792fc742f9f8343a23aac87 (patch)
tree528ff26bd3836cfbe2c0050404519a03fe9825f6 /sw
parent0fbd3fcebf877ba25343443806e0d75f67c2d7b7 (diff)
loplugin:staticconstfield
Change-Id: I50153c5635d083f568315aca06e05fe98e10867a Reviewed-on: https://gerrit.libreoffice.org/77347 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unoevent.cxx2
1 files changed, 2 insertions, 0 deletions
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 ) :