summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments/SF_Calc.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfdocuments/SF_Calc.xba')
-rw-r--r--wizards/source/sfdocuments/SF_Calc.xba6
1 files changed, 4 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba
index f22a64642e36..29b22f4b0ed0 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -3093,8 +3093,10 @@ Public Function RemoveMenu(Optional ByVal MenuHeader As Variant) As Boolean
End Function ' SFDocuments.SF_Calc.RemoveMenu
REM -----------------------------------------------------------------------------
-Public Sub RunCommand(Optional ByVal Command As Variant)
- [_Super].RunCommand(Command)
+Public Sub RunCommand(Optional ByVal Command As Variant _
+ , ParamArray Args As Variant _
+ )
+ [_Super].RunCommand(Command, Args)
End Sub ' SFDocuments.SF_Calc.RunCommand
REM -----------------------------------------------------------------------------