diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-11-24 02:27:09 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-11-28 17:58:03 +0100 |
commit | f003eba0e30f41d036bed6fe417520fe66a3335f (patch) | |
tree | 63f10203f818f609288dc40ece8a2928458babff /include | |
parent | 533e23cbadfe0426d172e46c5d8e0fcba633afcf (diff) |
lokdialog: Let all modal dialogs notify about creation, disposal
Change-Id: I8ec0ad81abcf1adf628906b02f7f94ab74a550b5
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index 6e1ef1256d01..30ad2fb0a2d5 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; } }; |