[Libreoffice-commits] core.git: drawinglayer/source
Stephan Bergmann
sbergman at redhat.com
Thu Nov 21 09:12:28 PST 2013
drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa2498cb3edbc5d5383af3466979f63e46ecc1c4
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 21 18:12:01 2013 +0100
Typo
Change-Id: I4cbaf4b51a3e6a0029c81c8242ae03857a42ddc1
diff --git a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
index 4da680a..8a8eceb 100644
--- a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
+++ b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
@@ -45,7 +45,7 @@ namespace drawinglayer
extern "C"
{
- SAL_DLLPUBLIC void* SAL_CALL drawinglayer_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
+ SAL_DLLPUBLIC_EXPORT void* SAL_CALL drawinglayer_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
uno::Reference< lang::XSingleServiceFactory > xFactory;
void* pRet = 0;
More information about the Libreoffice-commits
mailing list