From 899529868c4561aa76bcb63c9f6831f06e6f8f13 Mon Sep 17 00:00:00 2001 From: LibreOfficiant Date: Thu, 10 Jan 2019 13:16:05 +0100 Subject: Does not compile as such Change-Id: I353cde4e67424cb5b56071adc897c28462242985 Reviewed-on: https://gerrit.libreoffice.org/66086 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/stardesktop.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp index d4d215cc3e..4ed7f3527f 100644 --- a/source/text/sbasic/shared/stardesktop.xhp +++ b/source/text/sbasic/shared/stardesktop.xhp @@ -26,8 +26,8 @@

Example:

- dim docURL As String - doc As Object, docProperties() + Dim docURL As String + Dim doc As Object, docProperties() docURL = ConvertToURL("C:\My Documents\example.odt") doc = StarDesktop.LoadComponentFromURL(docURL, "_blank", 0, docProperties) -- cgit