summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-04-23 15:25:07 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-04-23 15:25:20 -0500
commit364dbc666a7140a3c29c2188695cfabdc20aa841 (patch)
treed7bc03acf716a10dfa2d72a1dee97c240536d91b
parent54ebdf3c216af257dcd29fdc2112ce1001bd9033 (diff)
harmonize OGLTrans.uno library name on MacOs with the rest of the world
-rw-r--r--RepositoryFixes.mk1
-rw-r--r--scp2/source/impress/module_ogltrans.scp4
2 files changed, 0 insertions, 5 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 9cd30c7dabfa..76aca51df4fe 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -47,7 +47,6 @@ gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_c
gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
-gb_Library_FILENAMES := $(patsubst OGLTrans:OGLTrans%,OGLTrans:libOGLTrans%,$(gb_Library_FILENAMES))
endif
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