summaryrefslogtreecommitdiff
path: root/hwpfilter/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:03:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:05:01 +0200
commit7c4fbccee7b3776242d21c5980ce671b162821b0 (patch)
tree1c90a05c4ad07f5fa3ae8b8dad25d459ebf9a534 /hwpfilter/source
parentf5257a5349aff404848791cdb96a1d2bb0e563d7 (diff)
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'hwpfilter/source')
-rw-r--r--hwpfilter/source/hwpreader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index b0bbe416e5ad..37e57d42f7f3 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -340,13 +340,13 @@ Sequence< OUString> HwpImportFilter::getSupportedServiceNames( void ) throw(::co
extern "C"
{
- void SAL_CALL component_getImplementationEnvironment(
+ SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * )
+ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * )
{
void * pRet = 0;