summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-04-05 21:46:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-04-06 20:46:36 +0200
commit8387a0381af4b857035878f8f1bcc880cb823ba7 (patch)
treef4a66ae00771d1797dc82cf91928bfc72cef9aa3 /include/sfx2/basedlgs.hxx
parenttdf#124579: ensure to provide an event to wake up main loop when notifying (diff)
downloadcore-8387a0381af4b857035878f8f1bcc880cb823ba7.tar.gz
core-8387a0381af4b857035878f8f1bcc880cb823ba7.zip
weld OTableSubscriptionDialog
Change-Id: Idf66a9e49471d6651c03deecc4fb2f9a722f512c Reviewed-on: https://gerrit.libreoffice.org/70325 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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 69c527ffce15..ed7df91b3883 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -274,6 +274,7 @@ protected:
std::unique_ptr<weld::Button> m_xHelpBtn;
void CreateOutputItemSet(const SfxItemSet& rInput);
+ void SetInputSet(const SfxItemSet* pInSet) { m_pInputSet = pInSet; }
DECL_DLLPRIVATE_LINK(OKHdl_Impl, weld::Button&, void);
};