From d93fdcf391bdbab03933ceefa9a4457f4b635f44 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 1 Sep 2012 14:46:53 +0200 Subject: add more component prefixes Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e --- hwpfilter/source/hwp.component | 2 +- hwpfilter/source/hwpreader.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/hwp.component b/hwpfilter/source/hwp.component index 4b7b9ff82e19..2f8be17a0264 100644 --- a/hwpfilter/source/hwp.component +++ b/hwpfilter/source/hwp.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx index e5cefc59f840..eb759d01713b 100644 --- a/hwpfilter/source/hwpreader.hxx +++ b/hwpfilter/source/hwpreader.hxx @@ -331,7 +331,7 @@ Sequence< OUString> HwpImportFilter::getSupportedServiceNames() throw(::com::sun extern "C" { - SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) + SAL_DLLPUBLIC_EXPORT void * SAL_CALL hwp_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { void * pRet = 0; -- cgit