diff options
-rw-r--r-- | extensions/source/activex/SOActionsApproval.cxx | 4 | ||||
-rw-r--r-- | extensions/source/activex/SOComWindowPeer.cxx | 4 | ||||
-rw-r--r-- | extensions/source/activex/SODispatchInterceptor.cxx | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/extensions/source/activex/SOActionsApproval.cxx b/extensions/source/activex/SOActionsApproval.cxx index a4092166272b..3ea4ac8dcf33 100644 --- a/extensions/source/activex/SOActionsApproval.cxx +++ b/extensions/source/activex/SOActionsApproval.cxx @@ -45,11 +45,7 @@ COM_DECLSPEC_NOTHROW STDMETHODIMP SOActionsApproval::InterfaceSupportsErrorInfo( for (std::size_t i = 0; i < SAL_N_ELEMENTS(arr); i++) { -#ifdef _MSC_VER if (InlineIsEqualGUID(*arr[i], riid)) -#else - if (::ATL::InlineIsEqualGUID(*arr[i], riid)) -#endif return S_OK; } return S_FALSE; diff --git a/extensions/source/activex/SOComWindowPeer.cxx b/extensions/source/activex/SOComWindowPeer.cxx index 0a556466d32f..dbd2bcc3e662 100644 --- a/extensions/source/activex/SOComWindowPeer.cxx +++ b/extensions/source/activex/SOComWindowPeer.cxx @@ -44,11 +44,7 @@ COM_DECLSPEC_NOTHROW STDMETHODIMP SOComWindowPeer::InterfaceSupportsErrorInfo(RE for (std::size_t i = 0; i < SAL_N_ELEMENTS(arr); i++) { -#ifdef _MSC_VER if (InlineIsEqualGUID(*arr[i], riid)) -#else - if (::ATL::InlineIsEqualGUID(*arr[i], riid)) -#endif return S_OK; } return S_FALSE; diff --git a/extensions/source/activex/SODispatchInterceptor.cxx b/extensions/source/activex/SODispatchInterceptor.cxx index f40f6263512d..adffa93fa64c 100644 --- a/extensions/source/activex/SODispatchInterceptor.cxx +++ b/extensions/source/activex/SODispatchInterceptor.cxx @@ -48,11 +48,7 @@ COM_DECLSPEC_NOTHROW STDMETHODIMP SODispatchInterceptor::InterfaceSupportsErrorI for (std::size_t i=0;i<SAL_N_ELEMENTS(arr);i++) { -#ifdef _MSC_VER if (InlineIsEqualGUID(*arr[i],riid)) -#else - if (::ATL::InlineIsEqualGUID(*arr[i],riid)) -#endif return S_OK; } return S_FALSE; |