diff options
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 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()); } |