summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ;