summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-05-24 01:53:56 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-05-25 09:19:48 +0000
commitd37a18ff0576dcbc1e776bef7dc475928c0dd948 (patch)
tree5ac47d595275b3929af92c6140dbf1023ac38cb5 /include
parent233df63c540f4431ae67693021309ccb66b8f764 (diff)
Template Manager: Filter by Application (Default)
Change-Id: I3ff4a55e3c53df15079730a8d0a283108a74f212 Reviewed-on: https://gerrit.libreoffice.org/25377 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templatedlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index b4f9e29c34cd..bdae55693f76 100644
--- a/include/sfx2/templatedlg.hxx
+++ b/include/sfx2/templatedlg.hxx
@@ -49,11 +49,14 @@ public:
virtual ~SfxTemplateManagerDlg();
virtual void dispose() override;
+ virtual short Execute() override;
void setDocumentModel (const css::uno::Reference<css::frame::XModel> &rModel);
private:
+ void getApplicationSpecificSettings();
+
void readSettings ();
void writeSettings ();