summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx')
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx
index 2cab5d31edc5..804d87521b89 100644
--- a/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPageContainerQueue.hxx
@@ -47,12 +47,16 @@ namespace sd { namespace toolpanel { namespace controls {
class MasterPageContainerQueue
{
public:
- class ContainerAdapter { public:
+ class ContainerAdapter {
+ public:
virtual bool UpdateDescriptor (
const SharedMasterPageDescriptor& rpDescriptor,
bool bForcePageObject,
bool bForcePreview,
bool bSendEvents) = 0;
+
+ protected:
+ ~ContainerAdapter() {}
};
static MasterPageContainerQueue* Create (