summaryrefslogtreecommitdiff
path: root/include/sfx2/templdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templdlg.hxx')
-rw-r--r--include/sfx2/templdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index 99b7200a9a40..81febcf7f01f 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -36,6 +36,7 @@ public:
virtual void dispose() override;
weld::Builder* get_builder() { return m_xBuilder.get(); }
+ weld::Container* get_container() { return m_xContainer.get(); }
private:
std::unique_ptr<SfxTemplateDialog_Impl> pImpl;