diff options
-rw-r--r-- | Repository.mk | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk index ee1d5be643bd..b685052a99be 100644 --- a/Repository.mk +++ b/Repository.mk @@ -250,6 +250,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \ file \ frm \ fwe \ + fwi \ sdbt \ odbcbase \ )) @@ -302,7 +303,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ flash \ flat \ for \ - fwi \ fwk \ fwl \ fwm \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index d912b017a7ea..eb9324ed000c 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -573,8 +573,6 @@ End #endif -STD_LIB_FILE( gid_File_Lib_Fwi , fwi) - File gid_File_Lib_Fwk Name = LIBNAME(fwk); LIB_FILE_BODY; |