[Libreoffice-commits] core.git: chart2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 15 05:07:04 UTC 2019
chart2/source/view/main/ShapeFactory.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f3213bf3f421c0081b894e83750dbd672ae64025
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:26:19 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 15 07:05:54 2019 +0200
Fix typo
Change-Id: I9525187158b2c18550b273266961a8706f6176f1
Reviewed-on: https://gerrit.libreoffice.org/72323
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx
index a297f3c14295..e54788dad0a9 100644
--- a/chart2/source/view/main/ShapeFactory.cxx
+++ b/chart2/source/view/main/ShapeFactory.cxx
@@ -1804,7 +1804,7 @@ uno::Reference< drawing::XShapes >
//it is necessary to set the transform matrix to initialize the scene properly
//otherwise all objects which are placed into this Group will not be visible
- //the following should be unnecessary after a the bug is fixed
+ //the following should be unnecessary after the bug is fixed
{
//set properties
uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY );
More information about the Libreoffice-commits
mailing list