summaryrefslogtreecommitdiff
path: root/extensions/test/ole/AxTestComponents/Basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/AxTestComponents/Basic.h')
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/test/ole/AxTestComponents/Basic.h b/extensions/test/ole/AxTestComponents/Basic.h
index 08d63062f13b..eb67ce8bbb21 100644
--- a/extensions/test/ole/AxTestComponents/Basic.h
+++ b/extensions/test/ole/AxTestComponents/Basic.h
@@ -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
@@ -35,7 +35,7 @@
/////////////////////////////////////////////////////////////////////////////
// CBasic
-class ATL_NO_VTABLE CBasic :
+class ATL_NO_VTABLE CBasic :
public CComObjectRootEx<CComSingleThreadModel>,
public CComCoClass<CBasic, &CLSID_Basic>,
public IDispatchImpl<IBasic, &IID_IBasic, &LIBID_AXTESTCOMPONENTSLib>
@@ -54,7 +54,7 @@ public:
END_COM_MAP()
// IBasic
-public:
+public:
STDMETHOD(outMore)(/*[out]*/long* val1, /*[out]*/long* val2);
STDMETHOD(inMulDimArrayByte2)(LPSAFEARRAY val);
STDMETHOD(inMulDimArrayByte)(LPSAFEARRAY val);
@@ -83,7 +83,7 @@ public:
STDMETHOD(inSequenceShort)(LPSAFEARRAY ar);
STDMETHOD(inSequenceByte)(LPSAFEARRAY ar);
STDMETHOD(inSequenceLong)(LPSAFEARRAY ar);
- STDMETHOD(mixed1)(
+ STDMETHOD(mixed1)(
/* [out][in] */ unsigned char *aChar,
/* [out][in] */ float *aFloat,
/* [out][in] */ VARIANT *aVar);