update ooo310-m15
[ooovba.git] / applied_patches / 0830-cws-ooxml03-docx-scp2.diff
blobcd5fd6184eaac7f6fd1b93db0ae8431733fe846b
1 diff --git scp2/source/ooo/file_library_ooo.scp scp2/source/ooo/file_library_ooo.scp
2 index e65fa28..6d47bf9 100644
3 --- scp2/source/ooo/file_library_ooo.scp
4 +++ scp2/source/ooo/file_library_ooo.scp
5 @@ -1461,6 +1461,8 @@ STD_LIB_FILE_PATCH( gid_File_Lib_Swui, swui)
7 STD_LIB_FILE( gid_File_Lib_Msword, msword )
9 +STD_UNO_LIB_FILE( gid_File_Lib_Docx, docx )
11 File gid_File_Lib_Sysdtrans
12 TXT_FILE_BODY;
13 Styles = (PACKED,PATCH,UNO_COMPONENT);
14 diff --git scp2/source/writer/module_writer.scp scp2/source/writer/module_writer.scp
15 index 6ccee14..64cf15c 100644
16 --- scp2/source/writer/module_writer.scp
17 +++ scp2/source/writer/module_writer.scp
18 @@ -51,6 +51,7 @@ Module gid_Module_Prg_Wrt_Bin
19 gid_File_Lib_Swd,
20 gid_File_Lib_Swui,
21 gid_File_Lib_Msword,
22 + gid_File_Lib_Docx,
23 gid_File_Lib_Wpft,
24 gid_File_Lib_Msworks,
25 gid_File_Lib_T602Filter,