summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-07-13 19:27:28 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-07-15 08:15:15 -0430
commit63cddab83b1217845c57e37a6e8d3a9a28adc6e3 (patch)
treec2e4f9236a6a28877a7edff075024547f3f31d0f
parent7db5c56b9f073eb416cf6038078d01bcc64f7ef2 (diff)
Create toolbox buttons to display local/online templates.
Change-Id: Ia1445813c0c049b3478c3873b9e1acf5ae8d67f6
-rw-r--r--sfx2/source/doc/templatedlg.hrc2
-rw-r--r--sfx2/source/doc/templatedlg.src12
2 files changed, 14 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.hrc b/sfx2/source/doc/templatedlg.hrc
index 509b9253fe51..fd94bc090085 100644
--- a/sfx2/source/doc/templatedlg.hrc
+++ b/sfx2/source/doc/templatedlg.hrc
@@ -39,6 +39,8 @@
#define BTN_TEMPLATE_CLOSE 24
#define TBI_TEMPLATE_FOLDER_DEL 25
+#define TBI_TEMPLATE_LOCAL 26
+#define TBI_TEMPLATE_ONLINE 27
#define STR_CREATE_TEXT 260
#define STR_CREATE_SHEET 261
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src
index f32e26c49b9d..2681200e897a 100644
--- a/sfx2/source/doc/templatedlg.src
+++ b/sfx2/source/doc/templatedlg.src
@@ -187,6 +187,18 @@ ModalDialog DLG_TEMPLATE_MANAGER
ToolBoxItem
{
+ Identifier = TBI_TEMPLATE_LOCAL;
+ Text [ en-US ] = "Local Templates";
+ };
+
+ ToolBoxItem
+ {
+ Identifier = TBI_TEMPLATE_ONLINE;
+ Text [ en-US ] = "Online Templates";
+ };
+
+ ToolBoxItem
+ {
Identifier = TBI_TEMPLATE_IMPORT ;
Text [ en-US ] = "Import a template" ;