summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:26:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-15 07:05:54 +0200
commitf3213bf3f421c0081b894e83750dbd672ae64025 (patch)
tree986a46583c8ba1c4da7264c09ff8c39d67a358d7 /chart2
parent31cc28ca7c02f28b64e9d757c9fc17e2a81ba352 (diff)
Fix typo
Change-Id: I9525187158b2c18550b273266961a8706f6176f1 Reviewed-on: https://gerrit.libreoffice.org/72323 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/ShapeFactory.cxx2
1 files changed, 1 insertions, 1 deletions
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 );