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.xba12
1 files changed, 12 insertions, 0 deletions
diff --git a/wizards/source/scriptforge/SF_Root.xba b/wizards/source/scriptforge/SF_Root.xba
index 7df7cd3957a6..46cdec9f7ea5 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -849,6 +849,18 @@ Try:
& "%5: An identifier\n" _
& "%6: A file name" _
)
+ ' SF_Calc.ExportRangeToFile
+ .AddText( Context := "RANGEEXPORT" _
+ , MsgId := "The given range could not be exported.\n" _
+ & "Either the destination file must not be overwritten, or it has a read-only attribute set.\n\n" _
+ & "%1 = '%2'\n" _
+ & "%3 = %4" _
+ , Comment := "SF_Calc.ExportRangeToFile error message\n" _
+ & "%1: An identifier\n" _
+ & "%2: A file name\n" _
+ & "%3: An identifier\n" _
+ & "%4: True or False\n" _
+ )
' SF_Chart.ExportToFile
.AddText( Context := "CHARTEXPORT" _
, MsgId := "The chart could not be exported.\n" _