From eab3fa1f372887c913b2f2d85bbccadede10355d Mon Sep 17 00:00:00 2001 From: Noel Date: Thu, 25 Mar 2021 13:56:39 +0200 Subject: loplugin:unusedvarsglobal Change-Id: Ie73c8bec0196c680311b0959f3a17c3af900ce88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113084 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sdext/source/presenter/PresenterHelper.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterHelper.hxx b/sdext/source/presenter/PresenterHelper.hxx index 7f4387c163bd..69fc57333941 100644 --- a/sdext/source/presenter/PresenterHelper.hxx +++ b/sdext/source/presenter/PresenterHelper.hxx @@ -30,7 +30,6 @@ namespace sdext::presenter */ namespace PresenterHelper { -extern const OUString msCenterPaneURL; extern const OUString msFullScreenPaneURL; /** Return the slide show controller of a running presentation that has -- cgit