[Libreoffice-commits] core.git: extensions/source
Tor Lillqvist
tml at collabora.com
Thu May 17 17:19:14 UTC 2018
extensions/source/ole/unoobjw.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 69322f8b539cd9f98e0ee5f9afc7c3df0d897493
Author: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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);
More information about the Libreoffice-commits
mailing list