summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-02 14:38:51 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 01:02:37 +0200
commitff4441cc5e473f7f1f8dd9a7fc46deaab445f7ae (patch)
tree159986dafd43a378e7bbd2b775bac997d4ed8d2e /sax/source
parentfa4ec3c338e5b33e9886ee489bbe38ddd7dfae3c (diff)
CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/fastparser/facreg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/fastparser/facreg.cxx b/sax/source/fastparser/facreg.cxx
index 98a55823271e..af9d978df5e7 100644
--- a/sax/source/fastparser/facreg.cxx
+++ b/sax/source/fastparser/facreg.cxx
@@ -34,13 +34,13 @@ Reference< XInterface > SAL_CALL FastSaxSerializer_CreateInstance( const Referen
extern "C"
{
-void SAL_CALL component_getImplementationEnvironment(
+SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;