summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unotypewrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/unotypewrapper.cxx')
-rw-r--r--extensions/source/ole/unotypewrapper.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/ole/unotypewrapper.cxx b/extensions/source/ole/unotypewrapper.cxx
index ea0393d55ee9..7461d7d0e62f 100644
--- a/extensions/source/ole/unotypewrapper.cxx
+++ b/extensions/source/ole/unotypewrapper.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -95,7 +95,7 @@ STDMETHODIMP UnoTypeWrapper::GetTypeInfo( UINT /*iTInfo*/,
// UnoTypeWrapper, IDispatch --------------------------------------------
STDMETHODIMP UnoTypeWrapper::GetIDsOfNames( REFIID /*riid*/,
LPOLESTR *rgszNames,
- UINT /*cNames*/,
+ UINT /*cNames*/,
LCID /*lcid*/,
DISPID *rgDispId)
{
@@ -126,12 +126,12 @@ STDMETHODIMP UnoTypeWrapper::Invoke( DISPID dispIdMember,
{
if (pDispParams == NULL)
return DISP_E_EXCEPTION;
-
+
if( pDispParams->cNamedArgs)
return DISP_E_NONAMEDARGS;
-
-
- HRESULT ret= S_OK;
+
+
+ HRESULT ret= S_OK;
switch( dispIdMember)
{
case DISPID_VALUE: // DISPID_VALUE
@@ -156,7 +156,7 @@ STDMETHODIMP UnoTypeWrapper::Invoke( DISPID dispIdMember,
// IUnoTypeWrapper-----------------------
STDMETHODIMP UnoTypeWrapper::put_Name(BSTR val)
-{
+{
Lock();
HRESULT hr = S_OK;
m_sName = val;