diff options
author | David Tardon <dtardon@redhat.com> | 2012-11-13 07:01:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-11-13 07:01:54 +0100 |
commit | 7b360a456b00c914b97afaa8a6ed3c0eaffd613e (patch) | |
tree | b51444f75d9c54ef16a66f8e0214595cef7b1d85 /scp2 | |
parent | 32315e1053a6172a9de477fd537e5435050232ff (diff) |
internal libexttextcat is built statically everywhere
Change-Id: I92e42a4a677ab352e9b5a01d19c50493682eea8d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index e88cb714f347..6d4839d890a1 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1576,15 +1576,6 @@ File gid_File_Lib_Migrationoo3 #endif End -#if defined(WNT) && !defined(SYSTEM_LIBEXTTEXTCAT) -File gid_File_Lib_Libtextcat - LIB_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - Name = "libexttextcat.dll"; -End -#endif - STD_LIB_FILE( gid_File_Lib_Guesslang, guesslang ) SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno ) |