summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-06-05 07:53:03 +0530
committerAkshay Deep <akshaydeepiitr@gmail.com>2016-06-06 09:36:26 +0000
commitcf81f59455ec0aa73f8d3e71ba7f39725ca77139 (patch)
tree9e5d1981f7109f347fb75bc5cef9df1450629193 /include
parent7d351e021aadbf2c75be35a9b1db5185b7f2a7c6 (diff)
tdf#94131 Easier access to set a default template when saving a template
Change-Id: I2a3732a178f47ce49c77089a6e0865b609efd499 Reviewed-on: https://gerrit.libreoffice.org/25916 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit f944195baabfda068cc37bd4e8ddf60e6cc990b7) Reviewed-on: https://gerrit.libreoffice.org/25957 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/saveastemplatedlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/saveastemplatedlg.hxx b/include/sfx2/saveastemplatedlg.hxx
index 691d4f0e48ea..bc3eade1b6b8 100644
--- a/include/sfx2/saveastemplatedlg.hxx
+++ b/include/sfx2/saveastemplatedlg.hxx
@@ -18,6 +18,7 @@
class Edit;
class ListBox;
+class CheckBox;
class SfxDocumentTemplates;
// class SfxSaveAsTemplateDialog -------------------------------------------------------------------
@@ -27,6 +28,7 @@ class SFX2_DLLPUBLIC SfxSaveAsTemplateDialog : public ModalDialog
private:
VclPtr<ListBox> mpLBCategory;
+ VclPtr<CheckBox> mpCBXDefault;
VclPtr<Edit> mpTemplateNameEdit;
VclPtr<PushButton> mpOKButton;