Kaydet (Commit) ef089191 authored tarafından Xisco Fauli's avatar Xisco Fauli

fdo#68788: Don't use systemPathToFileUrl here

it works on Linux but not on Windows.

Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf
üst 732dd223
......@@ -105,7 +105,7 @@ class OfficeDocument(object):
xComponent = None
try:
xComponent = frame.loadComponentFromURL(
systemPathToFileUrl(sURL), "_self", 0, tuple(loadValues))
sURL, "_self", 0, tuple(loadValues))
except Exception:
traceback.print_exc()
......
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