summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index 64045d50509e..1837996cc4dd 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -51,7 +51,7 @@ public:
explanations about the parameters.
*/
SlotStateListener (
- Link& rCallback,
+ Link<>& rCallback,
const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XDispatchProvider>& rxDispatchProvider,
const OUString& rSlotName);
@@ -66,7 +66,7 @@ public:
Changing the callback does not release the listeners.
@throws DisposedException
*/
- void SetCallback (const Link& rCallback);
+ void SetCallback (const Link<>& rCallback);
/** Set the frame whose slots shall be observed. When an object of this
class is already observing slots of another frame then these
@@ -111,7 +111,7 @@ protected:
virtual void SAL_CALL disposing() SAL_OVERRIDE;
private:
- Link maCallback;
+ Link<> maCallback;
/** Remember the URLs that describe slots whose state changes we are
listening to.