summaryrefslogtreecommitdiff
path: root/wizards/source/scriptforge/SF_Root.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/scriptforge/SF_Root.xba')
-rw-r--r--wizards/source/scriptforge/SF_Root.xba15
1 files changed, 12 insertions, 3 deletions
diff --git a/wizards/source/scriptforge/SF_Root.xba b/wizards/source/scriptforge/SF_Root.xba
index 22a4a8aba2b2..3d643acdd121 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -740,7 +740,7 @@ Try:
, MsgId := "The requested form could not be found in the Calc sheet. The given index is off-limits.\n\n" _
& "The concerned Calc document is '%3'.\n\n" _
& "The name of the sheet = '%2'\n" _
- & "The index = %1" _
+ & "The index = %1." _
, Comment := "SF_Form determination\n" _
& "%1: A number\n" _
& "%2: A sheet name\n" _
@@ -750,7 +750,7 @@ Try:
.AddText( Context := "WRITERFORMNOTFOUND" _
, MsgId := "The requested form could not be found in the Writer document. The given index is off-limits.\n\n" _
& "The concerned Writer document is '%2'.\n\n" _
- & "The index = %1" _
+ & "The index = %1." _
, Comment := "SF_Form determination\n" _
& "%1: A number\n" _
& "%2: A file name" _
@@ -759,12 +759,21 @@ Try:
.AddText( Context := "BASEFORMNOTFOUND" _
, MsgId := "The requested form could not be found in the form document '%2'. The given index is off-limits.\n\n" _
& "The concerned Base document is '%3'.\n\n" _
- & "The index = %1" _
+ & "The index = %1." _
, Comment := "SF_Form determination\n" _
& "%1: A number\n" _
& "%2: A string\n" _
& "%3: A file name" _
)
+ ' SF_Form.Subforms
+ .AddText( Context := "SUBFORMNOTFOUND" _
+ , MsgId := "The requested subform could not be found below the given main form.\n\n" _
+ & "The main form = '%2'.\n" _
+ & "The subform = '%1'." _
+ , Comment := "SF_Form determination\n" _
+ & "%1: A form name\n" _
+ & "%2: A form name" _
+ )
' SF_Dialog._NewDialog
.AddText( Context := "DIALOGNOTFOUND" _
, MsgId := "The requested dialog could not be located in the given container or library.\n" _