summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-24 02:27:09 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-29 10:16:55 +0100
commitf2b6bffdedb12983d4ca2bab21fb68eeb3c3d08d (patch)
tree24a866473b09397e41949beebefc816ce4614b7f /include
parentb19f74aab0d1d2a8071952bc5a2e2f6cb341ee0c (diff)
lokdialog: Let all modal dialogs notify about creation, disposal
Change-Id: I8ec0ad81abcf1adf628906b02f7f94ab74a550b5
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index cb403c78a075..6fdb41784ade 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -71,6 +71,8 @@ protected:
public:
virtual ~SfxModalDialog() override;
virtual void dispose() override;
+
+ virtual short Execute() override;
const SfxItemSet* GetOutputItemSet() const { return pOutputSet; }
const SfxItemSet* GetInputItemSet() const { return pInputSet; }
};