[Libreoffice-commits] core.git: chart2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 22:28:28 UTC 2020
chart2/source/tools/DiagramHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 72818add00a5a1182fc5e035b5b842a82ab43af0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 7 22:13:05 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 7 23:27:56 2020 +0100
Fix typo
Change-Id: Idf99108e6f7813551a8cee2e8d7b990de8a36ebb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88251
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx
index 14d8126625ae..0ea291db6c47 100644
--- a/chart2/source/tools/DiagramHelper.cxx
+++ b/chart2/source/tools/DiagramHelper.cxx
@@ -1448,7 +1448,7 @@ bool DiagramHelper::isSupportingFloorAndWall( const Reference<
chart2::XDiagram >& xDiagram )
{
//pies and donuts currently do not support this because of wrong files from older versions
- //todo: allow this in future again, if fileversion are available for ole objects (metastream)
+ //todo: allow this in future again, if fileversion is available for OLE objects (metastream)
//thus the wrong bottom can be removed on import
Sequence< Reference< chart2::XChartType > > aTypes(
More information about the Libreoffice-commits
mailing list