summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavservices.cxx
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2017-01-03 18:01:55 +0000
committerDamjan Jovanovic <damjan@apache.org>2017-01-03 18:01:55 +0000
commit51e663482c94e93dab048ea122896c5215c31a0e (patch)
treeeddd0aea403377d5265df2bc92c4b9f28bbf8548 /ucb/source/ucp/webdav/webdavservices.cxx
parentce830a45c56aa2db5f3e556af7ffc7145611c748 (diff)
Port main/ucb to gbuild.
Use real version detection from the library instead of from the header files for apr, apr-util, and serf. Add apr, apr-util, and serf to main/RepositoryExternal.mk where they belong. For GNOMEVFS and GIO, use the CFLAGS and LIBS detected by ./configure instead of trying to rediscover them like the dmake makefiles did. Patch by: me
Notes
Notes: ignore: obsolete
Diffstat (limited to 'ucb/source/ucp/webdav/webdavservices.cxx')
-rw-r--r--ucb/source/ucp/webdav/webdavservices.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/webdavservices.cxx b/ucb/source/ucp/webdav/webdavservices.cxx
index d1d43e80a5d0..9a92bbc435dd 100644
--- a/ucb/source/ucp/webdav/webdavservices.cxx
+++ b/ucb/source/ucp/webdav/webdavservices.cxx
@@ -22,7 +22,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_ucb.hxx"
+#include "precompiled_webdav.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
@@ -31,14 +31,14 @@
using namespace com::sun::star;
//=========================================================================
-extern "C" void SAL_CALL component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
//=========================================================================
-extern "C" void * SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;