summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/MasterPageObserver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/MasterPageObserver.hxx')
-rw-r--r--sd/source/ui/inc/MasterPageObserver.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx
index 41d454665103..8ac9096e2394 100644
--- a/sd/source/ui/inc/MasterPageObserver.hxx
+++ b/sd/source/ui/inc/MasterPageObserver.hxx
@@ -61,7 +61,7 @@ public:
The event listener to call for future events. Call
RemoveEventListener() before the listener is destroyed.
*/
- void AddEventListener (const Link& rEventListener);
+ void AddEventListener (const Link<>& rEventListener);
/** Remove the given listener from the list of listeners.
@param rEventListener
@@ -69,7 +69,7 @@ public:
from this object. Passing a listener that has not
been registered before is safe and is silently ignored.
*/
- void RemoveEventListener (const Link& rEventListener);
+ void RemoveEventListener (const Link<>& rEventListener);
private:
static ::osl::Mutex maMutex;