summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-08 22:21:32 +0200
committerTor Lillqvist <tml@collabora.com>2018-02-12 13:20:22 +0200
commit2191169c83c15bfc9546204fc1640b1674717af1 (patch)
treeb891f9d3d6b80c4949c5b25db834dbe15f344d1f /extensions
parent02f5c6d71de82cdb6e507e23f6f56379c7b04099 (diff)
Whitespace (alignment) fix
Change-Id: Ib3ecfc5524744f49f3995202f377a625ea80b998
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 7955dbbd68aa..95683c2f6de4 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -782,10 +782,10 @@ STDMETHODIMP InterfaceOleWrapper_Impl::Invoke(DISPID dispidMember,
REFIID /*riid*/,
LCID /*lcid*/,
unsigned short wFlags,
- DISPPARAMS * pdispparams,
+ DISPPARAMS * pdispparams,
VARIANT * pvarResult,
EXCEPINFO * pexcepinfo,
- unsigned int * puArgErr )
+ unsigned int * puArgErr )
{
comphelper::ProfileZone aZone("COM Bridge");
HRESULT ret = S_OK;