summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.hxx b/sdext/source/presenter/PresenterPaneContainer.hxx
index ff8c9bf8b13e..e7e3ef948fef 100644
--- a/sdext/source/presenter/PresenterPaneContainer.hxx
+++ b/sdext/source/presenter/PresenterPaneContainer.hxx
@@ -78,7 +78,6 @@ public:
class PaneDescriptor
{
public:
- typedef ::std::function<void (bool)> Activator;
typedef ::std::function<std::shared_ptr<PresenterSprite> ()> SpriteProvider;
css::uno::Reference<css::drawing::framework::XResourceId> mxPaneId;
OUString msViewURL;
@@ -95,7 +94,6 @@ public:
bool mbIsOpaque;
SpriteProvider maSpriteProvider;
bool mbIsSprite;
- Activator maActivator;
css::awt::Point maCalloutAnchorLocation;
void SetActivationState (const bool bIsActive);