diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 11:06:13 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 11:07:29 +0100 |
commit | 232133ecc736ac75327bb3e52246f8479626a0db (patch) | |
tree | f73bea28c00e2591385cb413bf64cd9a0ddb71bd /scp2/source/templates | |
parent | ace1ed9d2d5787c070157e833b2932916038c37c (diff) |
Add two template files
Diffstat (limited to 'scp2/source/templates')
-rw-r--r-- | scp2/source/templates/module_helppack.sct | 34 | ||||
-rw-r--r-- | scp2/source/templates/module_helppack_root.sct | 37 |
2 files changed, 71 insertions, 0 deletions
diff --git a/scp2/source/templates/module_helppack.sct b/scp2/source/templates/module_helppack.sct new file mode 100644 index 000000000000..d0501ba0da3c --- /dev/null +++ b/scp2/source/templates/module_helppack.sct @@ -0,0 +1,34 @@ +/************************************************************************* +* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +Module gid_Module_Helppack_Root_<LANGUAGE_> + ParentID = gid_Module_Helppack_Helproot; + Sortkey = "<SORTKEY>"; + Language = "<LANGUAGE>"; + MOD_NAME_DESC(MODULE_HELPPACK_<LANGUAGEBIG_>); + Styles =(HELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME); +End diff --git a/scp2/source/templates/module_helppack_root.sct b/scp2/source/templates/module_helppack_root.sct new file mode 100644 index 000000000000..92acccb35a0a --- /dev/null +++ b/scp2/source/templates/module_helppack_root.sct @@ -0,0 +1,37 @@ +/************************************************************************* +* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +Module gid_Module_Helppack_Help_<LANGUAGE_> + ParentID = gid_Module_Helppack_Root_<LANGUAGE_>; + Sortkey = "200"; + Language = "<LANGUAGE>"; + Assigns = gid_Module_Helppack_Help_Template; + Name = "gid_Module_Helppack_Help_<LANGUAGE_>"; + Description = "gid_Module_Helppack_Help_<LANGUAGE_>"; + PackageInfo = "packinfo_office_lang.txt"; + Styles =(HIDDEN_ROOT, LANGUAGEMODULE); +End |