summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx')
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx
index 661a26bd68b8..7776624e8d9a 100644
--- a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.hxx
@@ -57,6 +57,9 @@ public:
to the container via the PutMasterPage() method.
*/
virtual void FillingDone (void) = 0;
+
+ protected:
+ ~ContainerAdapter() {}
};
MasterPageContainerFiller (ContainerAdapter& rContainerAdapter);