summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx')
-rw-r--r--sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
index 04fbd5b9c44c..f4d18099ca43 100644
--- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
+++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx
@@ -46,8 +46,8 @@ public:
*/
static RecentlyUsedMasterPages& Instance();
- void AddEventListener (const Link& rEventListener);
- void RemoveEventListener (const Link& rEventListener);
+ void AddEventListener (const Link<>& rEventListener);
+ void RemoveEventListener (const Link<>& rEventListener);
int GetMasterPageCount() const;
MasterPageContainer::Token GetTokenForIndex (sal_uInt32 nIndex) const;
@@ -84,7 +84,7 @@ private:
*/
static RecentlyUsedMasterPages* mpInstance;
- ::std::vector<Link> maListeners;
+ ::std::vector<Link<>> maListeners;
typedef ::std::vector<Descriptor> MasterPageList;
MasterPageList mvMasterPages;