summaryrefslogtreecommitdiff
path: root/extensions/source/ole
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:48:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:48:55 +0000
commit88742a676c8389f5dfc8b554e74fe24758f65808 (patch)
tree9dd735189a31479dd47a61f1136480b29fc52c02 /extensions/source/ole
parent8d1da66448cfb5ed340013fac138ca16132efb8d (diff)
INTEGRATION: CWS wae4extensions (1.5.90); FILE MERGED
2007/10/01 12:13:45 fs 1.5.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/unotypewrapper.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/extensions/source/ole/unotypewrapper.cxx b/extensions/source/ole/unotypewrapper.cxx
index 70eb1e9581be..14cb53fa8a24 100644
--- a/extensions/source/ole/unotypewrapper.cxx
+++ b/extensions/source/ole/unotypewrapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unotypewrapper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 13:09:15 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:48:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,24 +86,24 @@ UnoTypeWrapper::~UnoTypeWrapper()
// UnoTypeWrapper, IDispatch --------------------------------------------
-STDMETHODIMP UnoTypeWrapper::GetTypeInfoCount(UINT *pctinfo)
+STDMETHODIMP UnoTypeWrapper::GetTypeInfoCount(UINT* /*pctinfo*/)
{
return E_NOTIMPL;
}
// UnoTypeWrapper, IDispatch --------------------------------------------
-STDMETHODIMP UnoTypeWrapper::GetTypeInfo( UINT iTInfo,
- LCID lcid,
- ITypeInfo **ppTInfo)
+STDMETHODIMP UnoTypeWrapper::GetTypeInfo( UINT /*iTInfo*/,
+ LCID /*lcid*/,
+ ITypeInfo** /*ppTInfo*/)
{
return E_NOTIMPL;
}
// UnoTypeWrapper, IDispatch --------------------------------------------
-STDMETHODIMP UnoTypeWrapper::GetIDsOfNames( REFIID riid,
+STDMETHODIMP UnoTypeWrapper::GetIDsOfNames( REFIID /*riid*/,
LPOLESTR *rgszNames,
- UINT cNames,
- LCID lcid,
+ UINT /*cNames*/,
+ LCID /*lcid*/,
DISPID *rgDispId)
{
if( !rgDispId)
@@ -123,13 +123,13 @@ STDMETHODIMP UnoTypeWrapper::GetIDsOfNames( REFIID riid,
// UnoTypeWrapper, IDispatch --------------------------------------------
STDMETHODIMP UnoTypeWrapper::Invoke( DISPID dispIdMember,
- REFIID riid,
- LCID lcid,
+ REFIID /*riid*/,
+ LCID /*lcid*/,
WORD wFlags,
DISPPARAMS *pDispParams,
VARIANT *pVarResult,
- EXCEPINFO *pExcepInfo,
- UINT *puArgErr)
+ EXCEPINFO* /*pExcepInfo*/,
+ UINT* /*puArgErr*/)
{
if (pDispParams == NULL)
return DISP_E_EXCEPTION;