diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 5e056896ad2f..b6b5cacd5e5a 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: file_library_ooo.scp,v $ * -* $Revision: 1.54 $ +* $Revision: 1.55 $ * -* last change: $Author: obo $ $Date: 2004-10-18 14:09:14 $ +* last change: $Author: obo $ $Date: 2004-10-18 14:43:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1731,6 +1731,10 @@ End SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno ) SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno ) +#if defined(UNX) && defined(ENABLE_GNOMEVFS) +SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Gconfebe, gconfbe1.uno ) +#endif + #ifdef WNT SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno ) #endif |