summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-21 11:27:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-24 10:19:26 +0200
commit9a453051639be4bee9339bface0bb4678eb58bf4 (patch)
treef92c473f759d1f39da1aefaaf88a0c55bbe45ef2 /sdext
parentf7a77ec55a94bcac13cde7c7e7644d70771b6098 (diff)
remove some unused typedefs
Change-Id: I305086e26538110481918f8250a482e4738ac41f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94729 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.hxx b/sdext/source/presenter/PresenterPaneContainer.hxx
index d2c75177d961..65c6bddb7e0b 100644
--- a/sdext/source/presenter/PresenterPaneContainer.hxx
+++ b/sdext/source/presenter/PresenterPaneContainer.hxx
@@ -74,7 +74,6 @@ public:
class PaneDescriptor
{
public:
- typedef ::std::function<std::shared_ptr<PresenterSprite> ()> SpriteProvider;
css::uno::Reference<css::drawing::framework::XResourceId> mxPaneId;
OUString msViewURL;
::rtl::Reference<PresenterPaneBase> mxPane;