summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-01-11 13:31:36 -0400
committerpranavk <pranavk@collabora.co.uk>2018-01-18 11:17:00 +0100
commit072e3ce1cfea5bb61cc5f3001c288df6deb45613 (patch)
tree60dcc15428c831065ed2c0673c2f73f0123a12ca /include/sfx2/basedlgs.hxx
parentandroid: fix some layout issues with new-document buttons (diff)
downloadcore-072e3ce1cfea5bb61cc5f3001c288df6deb45613.tar.gz
core-072e3ce1cfea5bb61cc5f3001c288df6deb45613.zip
lok dialog: enable MessageDialog tunneling
Change-Id: I05b270a19e29c5ed3a2482fd8163e61e66bfdf74 Reviewed-on: https://gerrit.libreoffice.org/47772 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index db885c7173a2..670fc10f7238 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -72,7 +72,6 @@ public:
virtual ~SfxModalDialog() override;
virtual void dispose() override;
- virtual short Execute() override;
const SfxItemSet* GetOutputItemSet() const { return pOutputSet; }
const SfxItemSet* GetInputItemSet() const { return pInputSet; }
void StateChanged( StateChangedType nStateChange ) override;