[Libreoffice-commits] core.git: sw/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 13 07:43:02 UTC 2019
sw/source/core/unocore/unoevent.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 184a557812b54ab2606d943808f8812c1fdd150d
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Aug 13 08:35:07 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Aug 13 09:42:28 2019 +0200
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 at collabora.co.uk>
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 ) :
More information about the Libreoffice-commits
mailing list