[Libreoffice-commits] core.git: wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 3 12:37:29 UTC 2021
wizards/source/sfdocuments/SF_Chart.xba | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 742b5f0e75cb00f9e14b11343a9c29f241179ca9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 3 12:54:45 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 3 14:36:54 2021 +0200
Fix typo in code
Change-Id: I0ceb5910fec2dfd4ef5d360b47ae4e147eabec35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119931
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
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>
More information about the Libreoffice-commits
mailing list