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-31 21:36:26 +0300
commit6b77ef839737b5cc22965b82cfae0390e89f74f3 (patch)
tree04e3d51ce9fe6ec8f27715cdce9f1c9739b02725 /extensions
parentbca5abfdd56cecfaf500d4f8fa0a2b015f034e06 (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> (cherry picked from commit 69322f8b539cd9f98e0ee5f9afc7c3df0d897493)
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 dfd81970db59..9b9a86a83c52 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);