diff options
Diffstat (limited to 'extensions/source/activex/main/SOActionsApproval.cpp')
-rw-r--r-- | extensions/source/activex/main/SOActionsApproval.cpp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/extensions/source/activex/main/SOActionsApproval.cpp b/extensions/source/activex/main/SOActionsApproval.cpp deleted file mode 100644 index c0da27f9b..000000000 --- a/extensions/source/activex/main/SOActionsApproval.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// SOActionsApproval.cpp : Implementation of CHelpApp and DLL registration. - -#include "stdafx2.h" - -#include "so_activex.h" -#include "SOActionsApproval.h" -#include <sal/macros.h> - -///////////////////////////////////////////////////////////////////////////// -// - -STDMETHODIMP SOActionsApproval::InterfaceSupportsErrorInfo(REFIID riid) -{ - static const IID* arr[] = - { - &IID_ISOActionsApproval, - }; - - for (int i=0;i<SAL_N_ELEMENTS(arr);i++) - { -#if defined(_MSC_VER) && (_MSC_VER >= 1300) - if (InlineIsEqualGUID(*arr[i],riid)) -#else - if (::ATL::InlineIsEqualGUID(*arr[i],riid)) -#endif - return S_OK; - } - return S_FALSE; -} - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |