diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:44:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:44:13 +0000 |
commit | 615fbc4cde6a1f9436364d00f00b91ce4a39c82b (patch) | |
tree | f52972dfca9b3966215d29bab039b49b8ab06307 /scp2/source/gnome | |
parent | 42ebbef273b8d84a3ddd259c1350e628543a70db (diff) |
INTEGRATION: CWS sb91 (1.10.102); FILE MERGED
2008/07/17 15:58:22 sb 1.10.102.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)
Diffstat (limited to 'scp2/source/gnome')
-rw-r--r-- | scp2/source/gnome/file_gnome.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/gnome/file_gnome.scp b/scp2/source/gnome/file_gnome.scp index bab2b7b86ab3..1aa703c9d947 100644 --- a/scp2/source/gnome/file_gnome.scp +++ b/scp2/source/gnome/file_gnome.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file_gnome.scp,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -41,7 +41,6 @@ End #endif #ifdef ENABLE_GNOMEVFS - File gid_File_Lib_Gnomevfs TXT_FILE_BODY; Styles = (PACKED); @@ -50,9 +49,9 @@ File gid_File_Lib_Gnomevfs RegistryID = gid_Starregistry_Services_Rdb; Regmergefile = "ucpgvfs-ucd.txt"; End - #endif +#ifdef ENABLE_GCONF File gid_File_Lib_Gconfbe TXT_FILE_BODY; Styles = (PACKED); @@ -61,3 +60,4 @@ File gid_File_Lib_Gconfbe RegistryID = gid_Starregistry_Services_Rdb; Regmergefile = "gconfbe1-ucd.txt"; End +#endif |