summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/directory_ooo.scp
diff options
context:
space:
mode:
authorIstvan Turi <turipista@freemail.hu>2012-08-16 17:38:03 +0200
committerAndras Timar <atimar@suse.com>2012-08-16 17:45:36 +0200
commit1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 (patch)
tree655598252c1ae8d147b274bafb917a83b8d235ef /scp2/source/ooo/directory_ooo.scp
parentcecff561687865359a695f1cf6ecb99300ce121b (diff)
idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
idxexample.odt will be localized through the standard l10n framework, i.e. with use of .po files, because now strings are read from resources. html.stw is language independent now, defaults for different scripts are handled in the code. Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
Diffstat (limited to 'scp2/source/ooo/directory_ooo.scp')
-rw-r--r--scp2/source/ooo/directory_ooo.scp10
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index 063d1fe92680..2092772650d1 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -1044,11 +1044,6 @@ Directory gid_Dir_Template_Wizard_Styles
DIR_IDENT_ALL_LANG(styles);
End
-Directory gid_Dir_Template_Internal
- ParentID = gid_Dir_Template_Language;
- DIR_IDENT_ALL_LANG(internal);
-End
-
Directory gid_Dir_Share_Database
ParentID = gid_Brand_Dir_Share;
DosName = "database";
@@ -1450,6 +1445,11 @@ Directory gid_Dir_Template_Common_Forms
DosName = "forms";
End
+Directory gid_Dir_Template_Common_Internal
+ ParentID = gid_Dir_Template_Common;
+ DosName = "internal";
+End
+
Directory gid_Dir_Template_Common_Labels
ParentID = gid_Dir_Template_Common;
DosName = "labels";