[Libreoffice-commits] .: binfilter/inc
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Wed Dec 22 08:34:16 PST 2010
binfilter/inc/bf_sfx2/docfac.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eddf9b73f3be22b587705f557a969132a77a9db4
Author: Guillaume Poussel <gpoussel at gmail.com>
Date: Wed Dec 22 14:43:49 2010 +0100
Removed __EXPORT
diff --git a/binfilter/inc/bf_sfx2/docfac.hxx b/binfilter/inc/bf_sfx2/docfac.hxx
index 085d11c..646b87d 100644
--- a/binfilter/inc/bf_sfx2/docfac.hxx
+++ b/binfilter/inc/bf_sfx2/docfac.hxx
@@ -635,7 +635,7 @@ extern "C"
Factory().RegisterInitFactory( &InitFactory ); \
} \
\
- SfxObjectShell* __EXPORT Class::CreateObject(SfxObjectCreateMode eMode) \
+ SfxObjectShell* Class::CreateObject(SfxObjectCreateMode eMode) \
{ \
SfxCreateExtern_TYPE fCreate = (SfxCreateExtern_TYPE) \
GetFunc##LibName( "CreateObj" #Class "Dll"); \
More information about the Libreoffice-commits
mailing list