Kaydet (Commit) c6282e9b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Exclamation marks are unprofessional

Change-Id: Ic75e73cf390872f4095d23a4388739330aeb1286
üst 2caa0976
......@@ -333,8 +333,8 @@ static LibreOfficeKitDocument* lo_documentLoadWithOptions(LibreOfficeKit* pThis,
if (!xContext.is())
{
pLib->maLastExceptionMsg = "ComponentContext is not available!";
SAL_INFO("lok", "ComponentContext is not available!");
pLib->maLastExceptionMsg = "ComponentContext is not available";
SAL_INFO("lok", "ComponentContext is not available");
return NULL;
}
......@@ -342,8 +342,8 @@ static LibreOfficeKitDocument* lo_documentLoadWithOptions(LibreOfficeKit* pThis,
if (!xComponentLoader.is())
{
pLib->maLastExceptionMsg = "ComponentLoader is not available!";
SAL_INFO("lok", "ComponentLoader is not available!");
pLib->maLastExceptionMsg = "ComponentLoader is not available";
SAL_INFO("lok", "ComponentLoader is not available");
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment