oox/source/export/drawingml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32d83c950b6a21ba6564cde34d79e166af9ae25f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Sep 14 11:53:46 2022 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Sep 14 12:00:20 2022 +0200 Fix typo Change-Id: I25cd034e29a05b04e11fec2ccd4aebeedb3d0afc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139915 Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 42aa3eb04700..190f14bd5d3b 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -3524,7 +3524,7 @@ void DrawingML::WriteText(const Reference<XInterface>& rXIface, bool bBodyPr, bo } } - // ToDo: Unsure about this. Need to investigate shapes from diagram import, especially digrams + // ToDo: Unsure about this. Need to investigate shapes from diagram import, especially diagrams // with vertical text directions. if (nTextPreRotateAngle != 0 && !sWritingMode) {