diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-02-12 17:27:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-17 19:18:51 +0200 |
commit | 69322f8b539cd9f98e0ee5f9afc7c3df0d897493 (patch) | |
tree | 44caa335947ddc8a4c11c3498b8ae354f7d9f828 | |
parent | a023f855dd989ee0998eeb9e3e7f3ae3f583b1ae (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>
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 4 |
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); |