summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-12 17:27:48 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-17 19:18:51 +0200
commit69322f8b539cd9f98e0ee5f9afc7c3df0d897493 (patch)
tree44caa335947ddc8a4c11c3498b8ae354f7d9f828 /extensions
parenta023f855dd989ee0998eeb9e3e7f3ae3f583b1ae (diff)
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@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx4
1 files changed, 0 insertions, 4 deletions
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);