summaryrefslogtreecommitdiffstats
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-14 14:19:21 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-14 16:07:04 -0430
commitcda4febfcf81473e7c0d4f8fe52212d282fa14d1 (patch)
treebd5a94bae54f4204cfda93dfbf67d5d801cd2178 /sfx2/inc
parentDisplay template preview and information when clicking properties. (diff)
downloadcore-cda4febfcf81473e7c0d4f8fe52212d282fa14d1.tar.gz
core-cda4febfcf81473e7c0d4f8fe52212d282fa14d1.zip
Display template information like author,type,keywords,etc.
Change-Id: I541ba1e40bd320701fac5d75615c8c9486dfebb9
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateinfodlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templateinfodlg.hxx b/sfx2/inc/sfx2/templateinfodlg.hxx
index e827531dab9a..dd031bebcbc8 100644
--- a/sfx2/inc/sfx2/templateinfodlg.hxx
+++ b/sfx2/inc/sfx2/templateinfodlg.hxx
@@ -25,6 +25,8 @@ public:
~SfxTemplateInfoDlg ();
+ void loadDocument (const OUString &rURL);
+
private:
PushButton maBtnClose;