summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/saveastemplatedlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/inc/saveastemplatedlg.hxx b/sfx2/inc/saveastemplatedlg.hxx
index 8e7af6d3a448..cbd695be24cb 100644
--- a/sfx2/inc/saveastemplatedlg.hxx
+++ b/sfx2/inc/saveastemplatedlg.hxx
@@ -15,11 +15,9 @@
#include <vcl/weld.hxx>
// class SfxSaveAsTemplateDialog -------------------------------------------------------------------
-class SfxSaveAsTemplateDialog
+class SfxSaveAsTemplateDialog : public weld::GenericDialogController
{
private:
- std::unique_ptr<weld::Builder> m_xBuilder;
- std::unique_ptr<weld::Dialog> m_xDialog;
std::unique_ptr<weld::TreeView> m_xLBCategory;
std::unique_ptr<weld::CheckButton> m_xCBXDefault;
std::unique_ptr<weld::Entry> m_xTemplateNameEdit;
@@ -51,7 +49,6 @@ public:
public:
SfxSaveAsTemplateDialog(weld::Window* pParent,
const css::uno::Reference<css::frame::XModel>& rModel);
- short run() { return m_xDialog->run(); }
};
#endif // INCLUDED_SFX2_INC_SAVEASTEMPLATEDLG_HXX