update ooo310-m15
[ooovba.git] / applied_patches / 0631-layout-tab-scp2.diff
bloba88583f1e857804285b3ac9b871709dcc976abf6
1 diff --git a/scp2/source/layout/layout.scp b/scp2/source/layout/layout.scp
2 index 477f992..6808269 100644
3 --- scp2/source/layout/layout.scp
4 +++ scp2/source/layout/layout.scp
5 @@ -35,11 +35,11 @@ Directory gid_Dir_Share_Layout
6 DosName = "layout";
7 End
9 -File gid_File_Zip_Sw_Layout
10 +File gid_File_Zip_Sc_Layout
11 Dir = gid_Dir_Share_Layout;
12 USER_FILE_BODY;
13 Styles = (ARCHIVE);
14 - Name = "sw-layout.zip";
15 + Name = "sc-layout.zip";
16 End
18 File gid_File_Zip_Svx_Layout
19 @@ -48,3 +48,11 @@ File gid_File_Zip_Svx_Layout
20 Styles = (ARCHIVE);
21 Name = "svx-layout.zip";
22 End
24 +File gid_File_Zip_Sw_Layout
25 + Dir = gid_Dir_Share_Layout;
26 + USER_FILE_BODY;
27 + Styles = (ARCHIVE, PATCH);
28 + Name = "sw-layout.zip";
29 +End