Kaydet (Commit) a62f4269 authored tarafından Matúš Kukan's avatar Matúš Kukan

add configmgr, ucb1, ucpfile1, xcr to libmerged

üst 0fd044f8
...@@ -41,7 +41,7 @@ $(eval $(call gb_Library_add_linked_libs,merged,\ ...@@ -41,7 +41,7 @@ $(eval $(call gb_Library_add_linked_libs,merged,\
ucbhelper \ ucbhelper \
utl \ utl \
vcl \ vcl \
xcr \ xmlreader \
$(gb_STDLIBS) \ $(gb_STDLIBS) \
)) ))
......
...@@ -111,7 +111,6 @@ copy-stuff: buildrcs ...@@ -111,7 +111,6 @@ copy-stuff: buildrcs
bootstrap.uno \ bootstrap.uno \
canvastoolslo \ canvastoolslo \
comphelpgcc3 \ comphelpgcc3 \
configmgr.uno \
cppcanvaslo \ cppcanvaslo \
drawinglayerlo \ drawinglayerlo \
expwrap.uno \ expwrap.uno \
...@@ -152,9 +151,7 @@ copy-stuff: buildrcs ...@@ -152,9 +151,7 @@ copy-stuff: buildrcs
svllo \ svllo \
test \ test \
tllo \ tllo \
ucb1 \
ucbhelper4gcc3 \ ucbhelper4gcc3 \
ucpfile1 \
uno_cppu \ uno_cppu \
uno_cppuhelpergcc3 \ uno_cppuhelpergcc3 \
uno_sal \ uno_sal \
......
...@@ -58,7 +58,6 @@ copy-stuff: ...@@ -58,7 +58,6 @@ copy-stuff:
basegfxlo \ basegfxlo \
bootstrap.uno \ bootstrap.uno \
comphelpgcc3 \ comphelpgcc3 \
configmgr.uno \
datelo \ datelo \
expwrap.uno \ expwrap.uno \
fastsax.uno \ fastsax.uno \
...@@ -98,9 +97,7 @@ copy-stuff: ...@@ -98,9 +97,7 @@ copy-stuff:
textinstream.uno \ textinstream.uno \
test \ test \
tllo \ tllo \
ucb1 \
ucbhelper4gcc3 \ ucbhelper4gcc3 \
ucpfile1 \
uno_cppu \ uno_cppu \
uno_cppuhelpergcc3 \ uno_cppuhelpergcc3 \
uno_sal \ uno_sal \
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="configmgr"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.configuration.ConfigurationProvider"> <implementation name="com.sun.star.comp.configuration.ConfigurationProvider">
<service name="com.sun.star.configuration.ConfigurationProvider"/> <service name="com.sun.star.configuration.ConfigurationProvider"/>
......
...@@ -87,7 +87,7 @@ static cppu::ImplementationEntry const services[] = { ...@@ -87,7 +87,7 @@ static cppu::ImplementationEntry const services[] = {
} }
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL configmgr_component_getFactory(
char const * pImplName, void * pServiceManager, void * pRegistryKey) char const * pImplName, void * pServiceManager, void * pRegistryKey)
{ {
return cppu::component_getFactoryHelper( return cppu::component_getFactoryHelper(
......
...@@ -31,6 +31,7 @@ ifeq ($(MERGELIBS),TRUE) ...@@ -31,6 +31,7 @@ ifeq ($(MERGELIBS),TRUE)
gb_MERGEDLIBS := \ gb_MERGEDLIBS := \
avmedia \ avmedia \
canvastools \ canvastools \
configmgr \
cppcanvas \ cppcanvas \
deploymentmisc \ deploymentmisc \
drawinglayer \ drawinglayer \
...@@ -51,7 +52,10 @@ gb_MERGEDLIBS := \ ...@@ -51,7 +52,10 @@ gb_MERGEDLIBS := \
svx \ svx \
svxcore \ svxcore \
tk \ tk \
ucb1 \
ucpfile1 \
uui \ uui \
xcr \
xo \ xo \
endif endif
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="ucb"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.ucb.CommandEnvironment"> <implementation name="com.sun.star.comp.ucb.CommandEnvironment">
<service name="com.sun.star.ucb.CommandEnvironment"/> <service name="com.sun.star.ucb.CommandEnvironment"/>
......
...@@ -40,7 +40,7 @@ using ::rtl::OUString; ...@@ -40,7 +40,7 @@ using ::rtl::OUString;
//========================================================================= //=========================================================================
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucb_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * ) const sal_Char * pImplName, void * pServiceManager, void * )
{ {
void * pRet = 0; void * pRet = 0;
......
...@@ -49,7 +49,7 @@ using namespace com::sun::star::ucb; ...@@ -49,7 +49,7 @@ using namespace com::sun::star::ucb;
using namespace com::sun::star::container; using namespace com::sun::star::container;
//========================================================================= //=========================================================================
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpfile_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * ) const sal_Char * pImplName, void * pServiceManager, void * )
{ {
void * pRet = 0; void * pRet = 0;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="ucpfile"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.ucb.FileProvider"> <implementation name="com.sun.star.comp.ucb.FileProvider">
<service name="com.sun.star.ucb.FileContentProvider"/> <service name="com.sun.star.ucb.FileContentProvider"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment