diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 15:23:01 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 15:23:01 +0200 |
commit | a75f1d394ca5a2d628c2e5318b93d9044fbe3889 (patch) | |
tree | f22278b0f026d6096da3314ac52a6c17d9b94b30 /scp2/source/ooo | |
parent | e389104699c6ef8e8bccf9ca568a2fec49ad0a28 (diff) |
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)
Notes
Notes:
split repo tag: bootstrap_linux-build-fridrich-20100930
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |