summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-13 12:41:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-13 19:17:37 +0100
commit34cd775646a7f21f0d2d40462ae716671bab67c9 (patch)
tree40d508482835f4c591fed3e517cf0c0af8230e59 /include
parent36ad7bf558295a4b8474127b3c9bcc954f459bbe (diff)
Fix typos
Change-Id: I9f583937da2cf49fc9013d9e36d63fff312ccb92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131495 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/shape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index dc2a06a78b56..734e805ccac5 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -395,7 +395,7 @@ private:
bool mbUseBgFill = false;
// temporary space for DiagramHelper in preparation for collecting data
- // Note: I tried to use a unique_ptr here, but existing constuctor func does not allow that
+ // Note: I tried to use a unique_ptr here, but existing constructor func does not allow that
IDiagramHelper* mpDiagramHelper;
};