summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-28 16:59:26 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-12-07 16:25:25 +0530
commit7bcb9a8416d61bdd3c7fc345f87de5aa8c3054f9 (patch)
treea864d59b03fac1f4304757ce14d5eea675c98257 /include/sfx2/basedlgs.hxx
parentdd0dceb51122b4e8e969f848d9f046e91962d254 (diff)
lokdialog: Make hyperlink dialog work
Change-Id: Ifd8c721b001b09ddab8d4fe06ae6818980d6ee76
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 6fdb41784ade..db885c7173a2 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -75,6 +75,7 @@ public:
virtual short Execute() override;
const SfxItemSet* GetOutputItemSet() const { return pOutputSet; }
const SfxItemSet* GetInputItemSet() const { return pInputSet; }
+ void StateChanged( StateChangedType nStateChange ) override;
};
// class SfxModelessDialog --------------------------------------------------