summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-01 14:46:53 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-01 21:06:11 +0200
commitd93fdcf391bdbab03933ceefa9a4457f4b635f44 (patch)
treea712ba053d253e87bd967f0c1d94bda06f00556a /hwpfilter
parent009be0a85096ae3594c061922950fc045848f8c8 (diff)
add more component prefixes
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwp.component2
-rw-r--r--hwpfilter/source/hwpreader.hxx2
2 files changed, 2 insertions, 2 deletions
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 .
-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="hwp"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.comp.hwpimport.HwpImportFilter">
<service name="com.sun.star.document.ImportFilter"/>
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;