summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdocuments/SF_Chart.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Chart.xba b/wizards/source/sfdocuments/SF_Chart.xba
index 7a9d9740cbb8..357a2826488b 100644
--- a/wizards/source/sfdocuments/SF_Chart.xba
+++ b/wizards/source/sfdocuments/SF_Chart.xba
@@ -610,7 +610,7 @@ Const cstSubArgs = ""
If _Diagram.HasYAxisTitle Then _PropertyGet = _Diagram.YAxisTitle.String Else _PropertyGet = ""
End If
Case UCase("XChartObj")
- Set _PropertGet = _ChartObject
+ Set _PropertyGet = _ChartObject
Case UCase("XDiagram")
Set _PropertyGet = _Diagram
Case UCase("XShape")
@@ -812,4 +812,4 @@ Private Function _Repr() As String
End Function ' SFDocuments.SF_Chart._Repr
REM ============================================ END OF SFDOCUMENTS.SF_CHART
-</script:module> \ No newline at end of file
+</script:module>