Kaydet (Commit) fa4c74f4 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

liblo: fix check of xcomponent

Change-Id: I8a05a067681767518c688eb836bbe676bed05996
üst 5830799d
...@@ -195,7 +195,7 @@ static LibreOfficeDocument* lo_documentLoad(LibreOffice* pThis, const char* pURL ...@@ -195,7 +195,7 @@ static LibreOfficeDocument* lo_documentLoad(LibreOffice* pThis, const char* pURL
aURL, OUString("_blank"), 0, aURL, OUString("_blank"), 0,
uno::Sequence<css::beans::PropertyValue>()); uno::Sequence<css::beans::PropertyValue>());
if (xComponentLoader.is()) if (xComponent.is())
return new LibLODocument_Impl(xComponent); return new LibLODocument_Impl(xComponent);
else else
pLib->maLastExceptionMsg = "unknown load failure"; pLib->maLastExceptionMsg = "unknown load failure";
......
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