diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 15:25:07 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 15:25:20 -0500 |
commit | 364dbc666a7140a3c29c2188695cfabdc20aa841 (patch) | |
tree | d7bc03acf716a10dfa2d72a1dee97c240536d91b /scp2 | |
parent | 54ebdf3c216af257dcd29fdc2112ce1001bd9033 (diff) |
harmonize OGLTrans.uno library name on MacOs with the rest of the world
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/impress/module_ogltrans.scp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/impress/module_ogltrans.scp b/scp2/source/impress/module_ogltrans.scp index e204e04417bd..300deca7aa34 100644 --- a/scp2/source/impress/module_ogltrans.scp +++ b/scp2/source/impress/module_ogltrans.scp @@ -41,11 +41,7 @@ File gid_File_Lib_OpenGLTransitions Styles = (PACKED); Dir = SCP2_OOO_BIN_DIR; #ifdef UNX - #ifdef QUARTZ - Name = STRING(CONCAT2(libOGLTrans.uno,UNXSUFFIX)); - #else Name = STRING(CONCAT2(OGLTrans.uno,UNXSUFFIX)); - #endif #else Name = "OGLTrans.uno.dll"; #endif |