diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-04-20 17:46:19 -0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-21 05:53:10 +0000 |
commit | 03a36ed0fb81088358d7cfc3068a7be9878f2f8b (patch) | |
tree | 36c389dee1a3643290c015cc76f56e300a8311d5 /scp2/source/impress/file_impress.scp | |
parent | 8f4fc74c34df6efd6b74aacc610bf6f52b615aa5 (diff) |
fdo#60949: Move more libs to OOOLIBS
Change-Id: Ibd45f7004f8eaa151b9a60d7369d396411f60a2b
Reviewed-on: https://gerrit.libreoffice.org/3511
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2/source/impress/file_impress.scp')
-rw-r--r-- | scp2/source/impress/file_impress.scp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scp2/source/impress/file_impress.scp b/scp2/source/impress/file_impress.scp index f2eebf041ba6..775333532866 100644 --- a/scp2/source/impress/file_impress.scp +++ b/scp2/source/impress/file_impress.scp @@ -37,16 +37,7 @@ File gid_File_Lib_Animcore PACKED_LIB_FILE_BODY; End -File gid_File_Lib_PresenterScreen - LIB_FILE_BODY; - Dir = SCP2_OOO_BIN_DIR; -#if defined UNX - Name = STRING(CONCAT2(PresenterScreen.uno,UNXSUFFIX)); -#else - Name = "PresenterScreen.uno.dll"; -#endif - Styles = (PACKED); -End +STD_LIB_FILE( gid_File_Lib_PresenterScreen, PresenterScreen ) File gid_File_Share_Registry_Impress_Xcd TXT_FILE_BODY; |