summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-02-06 09:04:13 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-02-06 09:04:56 +0100
commit7fb2b608047e613884d2ee1aab93795ce2f72243 (patch)
tree5acb260040fa8b49936e5e7b1212635658c2394b /sfx2
parent9a5e2d01c589392a4415667667d9a226c19f25ed (diff)
Indentation fixes
Change-Id: I3e7262c26c848f8c16564d4b27218611bf880903
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/lokhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/lokhelper.cxx b/sfx2/source/view/lokhelper.cxx
index bfcd000eba01..43e0c1f5f8bf 100644
--- a/sfx2/source/view/lokhelper.cxx
+++ b/sfx2/source/view/lokhelper.cxx
@@ -111,8 +111,8 @@ bool SfxLokHelper::getViewIds(int* pArray, size_t nSize)
void SfxLokHelper::notifyOtherView(SfxViewShell* pThisView, SfxViewShell* pOtherView, int nType, const OString& rKey, const OString& rPayload)
{
OString aPayload = OString("{ \"viewId\": \"") + OString::number(SfxLokHelper::getView(pThisView)) +
- "\", \"part\": \"" + OString::number(pThisView->getPart()) +
- "\", \"" + rKey + "\": \"" + rPayload + "\" }";
+ "\", \"part\": \"" + OString::number(pThisView->getPart()) +
+ "\", \"" + rKey + "\": \"" + rPayload + "\" }";
pOtherView->libreOfficeKitViewCallback(nType, aPayload.getStr());
}