diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-28 09:09:11 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-28 09:19:05 +0200 |
commit | 3f797a84c7c7b9891e78bea4e2f6bc74f050586f (patch) | |
tree | 915974bf043c402b0194b9db02f19a0c4e0638e9 /sfx2 | |
parent | 7c77433439d61f702d613bc67ad7bd8ef5958e63 (diff) |
sfx2 lokhelper: indentation fixes
These files had a consistent style before, let's keep them that way.
Change-Id: I8a05a8fbbc193373e0815f27d2cd9ff1272ba0eb
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/lokhelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/lokhelper.cxx b/sfx2/source/view/lokhelper.cxx index 70c42b1dd422..1597174af5b0 100644 --- a/sfx2/source/view/lokhelper.cxx +++ b/sfx2/source/view/lokhelper.cxx @@ -120,7 +120,7 @@ bool SfxLokHelper::getViewIds(int* pArray, size_t nSize) return true; } -void SfxLokHelper::notifyOtherView(SfxViewShell* pThisView, SfxViewShell const * pOtherView, int nType, const OString& rKey, const OString& rPayload) +void SfxLokHelper::notifyOtherView(SfxViewShell* pThisView, SfxViewShell const* pOtherView, int nType, const OString& rKey, const OString& rPayload) { OString aPayload = OString("{ \"viewId\": \"") + OString::number(SfxLokHelper::getView(pThisView)) + "\", \"part\": \"" + OString::number(pThisView->getPart()) + @@ -144,7 +144,7 @@ void SfxLokHelper::notifyOtherViews(SfxViewShell* pThisView, int nType, const OS } } -void SfxLokHelper::notifyInvalidation(SfxViewShell const * pThisView, const OString& rPayload) +void SfxLokHelper::notifyInvalidation(SfxViewShell const* pThisView, const OString& rPayload) { OStringBuffer aBuf; aBuf.append(rPayload); |