[Libreoffice-commits] .: animations/source
Michael Meeks
michael at kemper.freedesktop.org
Tue Jul 12 01:51:02 PDT 2011
animations/source/animcore/factreg.cxx | 2 +-
animations/source/animcore/makefile.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f210fb4d4ca2ad270f0da4f08fcfb9e16eaf946d
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Jul 12 09:49:16 2011 +0100
fix OSX linking problem with inaccurate component map
diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx
index a40b8ad..d297f6f 100644
--- a/animations/source/animcore/factreg.cxx
+++ b/animations/source/animcore/factreg.cxx
@@ -78,7 +78,7 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
{
return g_moduleCount.canUnload( &g_moduleCount , pTime );
}
-
+
//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk
index 9c6b4a2..be069cf 100644
--- a/animations/source/animcore/makefile.mk
+++ b/animations/source/animcore/makefile.mk
@@ -45,12 +45,12 @@ SLOFILES = $(SLO)$/animcore.obj\
$(SLO)$/targetpropertiescreator.obj
SHL1TARGET= $(TARGET)
-SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map
+SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponentnogetimpl.map
SHL1STDLIBS= \
$(SALLIB) \
$(CPPULIB) \
- $(CPPUHELPERLIB)
+ $(CPPUHELPERLIB)
SHL1DEPN=
More information about the Libreoffice-commits
mailing list