summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/MasterPageContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/MasterPageContainer.hxx')
-rw-r--r--sd/source/ui/sidebar/MasterPageContainer.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.hxx b/sd/source/ui/sidebar/MasterPageContainer.hxx
index 9b28bef0e152..d1f27b9a1b21 100644
--- a/sd/source/ui/sidebar/MasterPageContainer.hxx
+++ b/sd/source/ui/sidebar/MasterPageContainer.hxx
@@ -36,6 +36,7 @@ class SdPage;
namespace sd { namespace sidebar {
class MasterPageDescriptor;
+class MasterPageContainerChangeEvent;
/** This container manages the master pages used by the MasterPagesSelector
controls. It uses internally a singleton implementation object.
@@ -61,8 +62,8 @@ public:
MasterPageContainer();
virtual ~MasterPageContainer();
- void AddChangeListener (const Link<>& rLink);
- void RemoveChangeListener (const Link<>& rLink);
+ void AddChangeListener (const Link<MasterPageContainerChangeEvent&,void>& rLink);
+ void RemoveChangeListener (const Link<MasterPageContainerChangeEvent&,void>& rLink);
enum PreviewSize { SMALL, LARGE };
/** There are two different preview sizes, a small one and a large one.