diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-01-12 13:23:47 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-01-12 13:23:47 +0000 |
commit | 022eec80a272cddcf5ee6eda2b14236df1a4e30c (patch) | |
tree | fac244c7a0ac215395e5c0754bdec2aaf18804ff | |
parent | f9ec478164364796cdb8f419e6564f12655e0775 (diff) |
cmcfixes69: #i108261# fix mismatch ifdefs
-rw-r--r-- | sd/source/ui/unoidl/facreg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index b90832acaa51..959f22e30cf1 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -270,10 +270,8 @@ static ::boost::shared_ptr<FactoryMap> spFactoryMap; } // end of anonymous namespace -#ifdef __cplusplus extern "C" { -#endif SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, |