From 2edad6fc6154fbe0df00f426a6d1a84cb0a49c64 Mon Sep 17 00:00:00 2001 From: sb Date: Fri, 10 Sep 2010 13:10:07 +0200 Subject: sb129: #i113189# change UNO components to use passive registration --- animations/source/animcore/animcore.component | 67 +++++++++++++++++++++++++++ animations/source/animcore/factreg.cxx | 6 --- animations/source/animcore/makefile.mk | 8 ++++ 3 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 animations/source/animcore/animcore.component (limited to 'animations/source') diff --git a/animations/source/animcore/animcore.component b/animations/source/animcore/animcore.component new file mode 100644 index 000000000..1a9a390fb --- /dev/null +++ b/animations/source/animcore/animcore.component @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx index 3dbdf5b10..060ef6823 100644 --- a/animations/source/animcore/factreg.cxx +++ b/animations/source/animcore/factreg.cxx @@ -85,12 +85,6 @@ void SAL_CALL component_getImplementationEnvironment( *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //================================================================================================== -sal_Bool SAL_CALL component_writeInfo( - void * pServiceManager, void * pRegistryKey ) -{ - return component_writeInfoHelper( pServiceManager, pRegistryKey, g_entries ); -} -//================================================================================================== 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 b78460ada..674858cd5 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -68,3 +68,11 @@ DEF1NAME= $(SHL1TARGET) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk + +ALLTAR : $(MISC)/animcore.component + +$(MISC)/animcore.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + animcore.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt animcore.component -- cgit v1.2.3 From 5d55caa304d95e44f74be3ff0401dc9627f9886c Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Fri, 17 Sep 2010 08:23:35 +0200 Subject: dba34a: remove comphelper/optionalvalue.hxx, and the only client it had (replaced with boost/optional.hpp) --- animations/source/animcore/targetpropertiescreator.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'animations/source') diff --git a/animations/source/animcore/targetpropertiescreator.cxx b/animations/source/animcore/targetpropertiescreator.cxx index 160a084fd..181d2c628 100644 --- a/animations/source/animcore/targetpropertiescreator.cxx +++ b/animations/source/animcore/targetpropertiescreator.cxx @@ -42,7 +42,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3