extensions/source/ole/unoobjw.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 69322f8b539cd9f98e0ee5f9afc7c3df0d897493 Author: Tor Lillqvist <[email protected]> Date: Mon Feb 12 17:27:48 2018 +0200 We only support MSVC anyway for our Windows-specific code Change-Id: I68dfd0832747c7c319e40ee28a4461623e95102f Reviewed-on: https://gerrit.libreoffice.org/54482 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index ad2748f4252a..0d012daa2bed 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -65,10 +65,6 @@ using namespace com::sun::star::lang; using namespace com::sun::star::bridge::ModelDependent; using namespace com::sun::star::reflection; -#ifndef _MSC_VER -extern "C" const GUID IID_IDispatchEx; -#endif - std::unordered_map<sal_uIntPtr, WeakReference<XInterface> > UnoObjToWrapperMap; static bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource); static bool writeBackOutParameter2( VARIANTARG* pDest, VARIANT* pSource); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
