summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-30 13:34:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-30 13:34:16 +0000
commit1cadd93a3622e6e26a634eeae717df61a72c20f1 (patch)
tree377863846f2c24aacbc4bd28c1301d4b7f03b62f
parent6bc3367515a8e8f0bf303f03382547c5ebb8cc02 (diff)
INTEGRATION: CWS layoutdialogs (1.2.20); FILE MERGED
2008/07/30 12:58:07 jcn 1.2.20.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/31 14:53:28 jcn 1.2.20.3: Install layout xml files as ZIP archive. Fixes language tree issues. 2008/03/28 11:24:32 jcn 1.2.20.2: Remove installation of deleted libtklayout. 2008/03/20 11:57:44 jcn 1.2.20.1: Update layout lib naming to new DEV300 naming scheme (without UPD). Fixes install.
-rw-r--r--scp2/source/layout/layout.scp80
1 files changed, 9 insertions, 71 deletions
diff --git a/scp2/source/layout/layout.scp b/scp2/source/layout/layout.scp
index bc743af57d43..124be9c91616 100644
--- a/scp2/source/layout/layout.scp
+++ b/scp2/source/layout/layout.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: layout.scp,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -30,83 +30,21 @@
#include "macros.inc"
-File gid_File_Lib_Layout
- TXT_FILE_BODY;
- Styles = (PACKED,UNO_COMPONENT);
- RegistryID = gid_Starregistry_Services_Rdb;
- Dir = gid_Dir_Program;
- #ifdef UNX
- Name = STRING(CONCAT4(libtklayout,OFFICEUPD,DLLPOSTFIX,UNXSUFFIX));
- #else
- Name = STRING(CONCAT4(tklayout,OFFICEUPD,DLLPOSTFIX,.dll));
- #endif
-End
-
Directory gid_Dir_Share_Layout
ParentID = gid_Dir_Share;
DosName = "layout";
End
-File gid_File_Xml_Wordcount
- TXT_FILE_BODY;
+File gid_File_Zip_Sw_Layout
Dir = gid_Dir_Share_Layout;
- Name = "wordcount.xml";
- Styles = (PACKED);
+ USER_FILE_BODY;
+ Styles = (ARCHIVE, PATCH);
+ Name = "sw-layout.zip";
End
-File gid_File_Xml_Zoom
- TXT_FILE_BODY;
+File gid_File_Zip_Svx_Layout
Dir = gid_Dir_Share_Layout;
- Name = "zoom.xml";
- Styles = (PACKED);
-End
-
-Directory gid_Dir_Share_Layout_De
- ParentID = gid_Dir_Share_Layout;
- DosName = "de";
-End
-
-File gid_File_Xml_Wordcount_De
- TXT_FILE_BODY;
- Dir = gid_Dir_Share_Layout_De;
- Name = "de/wordcount.xml";
- Styles = (PACKED);
-End
-
-File gid_File_Xml_Zoom_De
- TXT_FILE_BODY;
- Dir = gid_Dir_Share_Layout_De;
- Name = "de/zoom.xml";
- Styles = (PACKED);
+ USER_FILE_BODY;
+ Styles = (ARCHIVE, PATCH);
+ Name = "svx-layout.zip";
End
-
-Directory gid_Dir_Share_Layout_Nl
- ParentID = gid_Dir_Share_Layout;
- DosName = "nl";
-End
-
-File gid_File_Xml_Wordcount_Nl
- TXT_FILE_BODY;
- Dir = gid_Dir_Share_Layout_Nl;
- Name = "nl/wordcount.xml";
- Styles = (PACKED);
-End
-
-File gid_File_Xml_Zoom_Nl
- TXT_FILE_BODY;
- Dir = gid_Dir_Share_Layout_Nl;
- Name = "nl/zoom.xml";
- Styles = (PACKED);
-End
-
-// Do we need this?
-// Must MODULE_OPTIONAL_LAYOUT be registered somewhere?
-//
-// Module gid_Module_Layout
-// MOD_NAME_DESC (MODULE_OPTIONAL_LAYOUT);
-// ParentID = gid_Module_Optional;
-// Files = (gid_File_Lib_Layout,gid_File_Xml_Wordcount,gid_File_Xml_Zoom);
-// Minimal = NO;
-// Default = YES;
-// Styles = ();
-// End