diff options
Diffstat (limited to 'plugins/mTextControl/src/enumformat.cpp')
-rw-r--r-- | plugins/mTextControl/src/enumformat.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/mTextControl/src/enumformat.cpp b/plugins/mTextControl/src/enumformat.cpp index 9aa3895e05..917fe0c584 100644 --- a/plugins/mTextControl/src/enumformat.cpp +++ b/plugins/mTextControl/src/enumformat.cpp @@ -24,17 +24,17 @@ public: //
// IUnknown members
//
- HRESULT __stdcall QueryInterface (REFIID iid, void ** ppvObject);
- ULONG __stdcall AddRef (void);
- ULONG __stdcall Release (void);
+ HRESULT __stdcall QueryInterface(REFIID iid, void ** ppvObject);
+ ULONG __stdcall AddRef(void);
+ ULONG __stdcall Release(void);
//
// IEnumFormatEtc members
//
- HRESULT __stdcall Next (ULONG celt, FORMATETC * rgelt, ULONG * pceltFetched);
- HRESULT __stdcall Skip (ULONG celt);
- HRESULT __stdcall Reset (void);
- HRESULT __stdcall Clone (IEnumFORMATETC ** ppEnumFormatEtc);
+ HRESULT __stdcall Next(ULONG celt, FORMATETC * rgelt, ULONG * pceltFetched);
+ HRESULT __stdcall Skip(ULONG celt);
+ HRESULT __stdcall Reset(void);
+ HRESULT __stdcall Clone(IEnumFORMATETC ** ppEnumFormatEtc);
//
// Construction / Destruction
|