[Libreoffice-commits] online.git: loolwsd/LOKitHelper.hpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Sun May 8 13:08:53 UTC 2016
loolwsd/LOKitHelper.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a820ec382b5c777118d1d18f326c01784b13331b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun May 8 09:04:25 2016 -0400
loolwsd: remove extra space between 'status: ' and the message
Change-Id: I122931f3aba2cf02f382f41531e01cb9f3eb7968
Reviewed-on: https://gerrit.libreoffice.org/24762
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loolwsd/LOKitHelper.hpp b/loolwsd/LOKitHelper.hpp
index e621e67..62d89e9 100644
--- a/loolwsd/LOKitHelper.hpp
+++ b/loolwsd/LOKitHelper.hpp
@@ -103,7 +103,7 @@ namespace LOKitHelper
const auto parts = loKitDocument->pClass->getParts(loKitDocument);
std::ostringstream oss;
- oss << " type=" << documentTypeToString(type)
+ oss << "type=" << documentTypeToString(type)
<< " parts=" << parts
<< " current=" << loKitDocument->pClass->getPart(loKitDocument);
More information about the Libreoffice-commits
mailing list