diff options
-rw-r--r-- | RepositoryFixes.mk | 1 | ||||
-rw-r--r-- | scp2/source/impress/module_ogltrans.scp | 4 |
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 |