diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-10-31 06:30:33 -0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-21 03:54:00 -0600 |
commit | 668d6ada160438c396849a8309864f5fd33f33ac (patch) | |
tree | 371e18a5654fbcad24e19ae5e601d605665c22b0 /scp2 | |
parent | a50a2111a31e4d9dd5e2659a146e9de8e292de75 (diff) |
fdo#60698: Unify spl and spl_unx
Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc
Reviewed-on: https://gerrit.libreoffice.org/6503
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index c01b7770efe7..557e1523fa51 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -287,10 +287,6 @@ End #endif -#if defined UNX && !defined MACOSX && !defined LIBO_HEADLESS -STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx) -#endif - #if ! defined UNX File gid_File_Lib_Sysdtrans PACKED_LIB_FILE_BODY; |