From ebfc786cc673fe2624a4710ecab838dc2f84a252 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 18 Nov 2013 23:57:47 +0100 Subject: fdo#68788: Don't use systemPathToFileUrl here it works on Linux but not on Windows. Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf Signed-off-by: Andras Timar --- wizards/com/sun/star/wizards/document/OfficeDocument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.py b/wizards/com/sun/star/wizards/document/OfficeDocument.py index eb6fb0a52736..35d3183cf57c 100644 --- a/wizards/com/sun/star/wizards/document/OfficeDocument.py +++ b/wizards/com/sun/star/wizards/document/OfficeDocument.py @@ -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() -- cgit v1.2.3