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 @@ -185,6 +185,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 ;