diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-25 13:56:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-25 14:13:12 +0100 |
commit | eab3fa1f372887c913b2f2d85bbccadede10355d (patch) | |
tree | 67c6e1427a5314d4df15424a4b2ae5f8290592cc /sdext | |
parent | 96900c6de49de3ff41f99e13bb6991b8b17d29f0 (diff) |
loplugin:unusedvarsglobal
Change-Id: Ie73c8bec0196c680311b0959f3a17c3af900ce88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113084
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterHelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |