summaryrefslogtreecommitdiff
path: root/cppuhelper/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-23 14:47:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-01-02 15:33:13 +0100
commitbd46aa59300a9aa5b9e534ce1bcc7246d5cb5ed4 (patch)
treecb241cc3383116cb164d839dda74bc8645c7235a /cppuhelper/source
parent95adf2a3d6c7cfa17f36f9b00e2357e4b7b7bbee (diff)
cppuhelper: add visibility symbols as first step for porting to gbuild
Diffstat (limited to 'cppuhelper/source')
-rw-r--r--cppuhelper/source/servicefactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx
index ea97a17edd72..d0dea93cf664 100644
--- a/cppuhelper/source/servicefactory.cxx
+++ b/cppuhelper/source/servicefactory.cxx
@@ -378,7 +378,7 @@ void addFactories(
} // namespace
-Reference< lang::XMultiComponentFactory > bootstrapInitialSF(
+SAL_DLLPUBLIC_EXPORT Reference< lang::XMultiComponentFactory > bootstrapInitialSF(
OUString const & rBootstrapPath )
SAL_THROW( (Exception) )
{