diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-20 22:10:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-24 08:46:58 +0100 |
commit | a93c3c87443331086880ee3c7b6d6a918da43b02 (patch) | |
tree | 021d3d465d4e760d8bd0a8480ee007fba6f38b21 /extensions | |
parent | 3b55411a0ab7c065efc074ef2505ae5e42c909ff (diff) |
-Wmicrosoft-default-arg-redefinition
Change-Id: I69c009af5d5bd8d497a636eaa1de9b8eed919c8f
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoconversionutilities.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index fe008e991adc..eefe5f7594a5 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -1652,11 +1652,7 @@ void UnoConversionUtilities<T>::variantToAny( const VARIANT* pVariant, Any& rAny // UNO wrapper than the original UNO object is being extracted, queried for "aType" (if // it is no struct) and returned. template<class T> -#ifdef __MINGW32__ Any UnoConversionUtilities<T>::createOleObjectWrapper(VARIANT* pVar, const Type& aType) -#else -Any UnoConversionUtilities<T>::createOleObjectWrapper(VARIANT* pVar, const Type& aType= Type()) -#endif { //To allow passing "Nothing" in VS 2008 we need to accept VT_EMPTY if (pVar->vt != VT_UNKNOWN && pVar->vt != VT_DISPATCH && pVar->vt != VT_EMPTY) |