diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-03 12:54:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-03 14:36:54 +0200 |
commit | 742b5f0e75cb00f9e14b11343a9c29f241179ca9 (patch) | |
tree | fbe29a089d3a6b917b22f94780f43eb09c2be127 /wizards | |
parent | 3e21ee215d0cda14725133e7c33b974b2290f2d3 (diff) |
Fix typo in code
Change-Id: I0ceb5910fec2dfd4ef5d360b47ae4e147eabec35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119931
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_Chart.xba | 4 |
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> |