From a75f1d394ca5a2d628c2e5318b93d9044fbe3889 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Thu, 30 Sep 2010 15:23:01 +0200 Subject: odf-flatxml-import-export.diff: load and save documents in flat xml load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications) --- scp2/source/ooo/directory_ooo.scp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scp2/source/ooo') diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index ff9484a11074..344a51bf53c3 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -459,6 +459,11 @@ Directory gid_Dir_Share_Xslt_Import_Common DosName = "common"; End +Directory gid_Dir_Share_Xslt_Odfflatxml + ParentID = gid_Dir_Share_Xslt; + DosName = "odfflatxml"; +End + Directory gid_Dir_Share_Dtd ParentID = gid_Dir_Share; DosName = "dtd"; -- cgit