summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-14 17:24:38 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-14 18:50:23 -0400
commit1472c5ed16744e1ec918fdb18feaf868dd5a1c47 (patch)
tree8005153a8752b1f5244ec5e3553b7a1faa217d22 /drawinglayer/source
parent4960f665194760fc913cbfb97d35c1c182bbdd0d (diff)
add filter libs to libmerged
Change-Id: I1891d1499aae87a87436bc9aaf4f70203dfbb585
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
index f2ef2d3e5981..43795bc90ad7 100644
--- a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
+++ b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
@@ -50,7 +50,7 @@ namespace drawinglayer
extern "C"
{
- DRAWINGLAYER_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
+ DRAWINGLAYER_DLLPUBLIC void SAL_CALL drawinglayer_component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -61,7 +61,7 @@ extern "C"
extern "C"
{
- DRAWINGLAYER_DLLPUBLIC void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
+ DRAWINGLAYER_DLLPUBLIC void* SAL_CALL drawinglayer_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
uno::Reference< lang::XSingleServiceFactory > xFactory;
void* pRet = 0;