summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-13 08:35:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-13 09:42:28 +0200
commit184a557812b54ab2606d943808f8812c1fdd150d (patch)
tree372597c8c517ec475457ba65dac6706b574c746a /sw
parentc09d0209104ffce677cc3402f9ac844ab20a6d5b (diff)
remove unused constant
result of a patch from me(137c7fb55462bf2b8792fc742f9f8343a23aac87) colliding with a patch from sberg (8075ef1a616da27ea1fb65e988e5ef5764d8ec11) Change-Id: Ie72e5e9660236edc3c30347662f8802081e59f25 Reviewed-on: https://gerrit.libreoffice.org/77375 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, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoevent.cxx b/sw/source/core/unocore/unoevent.cxx
index 3db35ae829c4..0d00638da1dd 100644
--- a/sw/source/core/unocore/unoevent.cxx
+++ b/sw/source/core/unocore/unoevent.cxx
@@ -153,8 +153,6 @@ void SwHyperlinkEventDescriptor::copyMacrosFromNameReplace(
}
}
-static const OUString sSwFrameEventDescriptor("SwFrameEventDescriptor");
-
// use double cast in superclass constructor to avoid ambiguous cast
SwFrameEventDescriptor::SwFrameEventDescriptor(
SwXTextFrame& rFrameRef ) :