From eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 9 May 2017 16:11:32 +0200 Subject: remove obsolete oldref attribute (removes one context line in pot) also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f --- source/text/sbasic/shared/03131800.xhp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'source/text/sbasic/shared/03131800.xhp') diff --git a/source/text/sbasic/shared/03131800.xhp b/source/text/sbasic/shared/03131800.xhp index 610d6231dc..8b142268a1 100644 --- a/source/text/sbasic/shared/03131800.xhp +++ b/source/text/sbasic/shared/03131800.xhp @@ -33,21 +33,21 @@
CreateUnoDialog function -CreateUnoDialog Function [Runtime] -Creates a Basic Uno object that represents a Uno dialog control during Basic runtime. +CreateUnoDialog Function [Runtime] +Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.
-Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library. -See Examples. -Syntax: - -CreateUnoDialog( oDlgDesc ) +Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library. +See Examples. +Syntax: + +CreateUnoDialog( oDlgDesc ) -Example: -' Get dialog description from the dialog library -oDlgDesc = DialogLibraries.Standard.Dialog1 -' generate "live" dialog -oDlgControl = CreateUnoDialog( oDlgDesc ) -' display "live" dialog -oDlgControl.execute +Example: +' Get dialog description from the dialog library +oDlgDesc = DialogLibraries.Standard.Dialog1 +' generate "live" dialog +oDlgControl = CreateUnoDialog( oDlgDesc ) +' display "live" dialog +oDlgControl.execute -- cgit