summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-06-24 16:48:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-06-24 18:59:08 +0200
commitc08d71a0e0015ec7857335b68a354df04fa04a0c (patch)
treeb30d8e6099bdf27cf24ea9ed7fd2eb76b41d98ff /svx
parent3edfbc19950610bb2061d29cb58b3811b1a0b1a5 (diff)
Fix typos
Change-Id: I48d173ab697425bcff663f7f7d0bbc404a950bb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136402 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/primitive2d/sdrdecompositiontools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index 331fe74b99dc..fba547f92cbb 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -332,10 +332,10 @@ void SlideBackgroundFillPrimitive2D::get2DDecomposition(
}
// tdf#149650 allow remember/detect of potential recursion for content creation.
- // use a std::set association - instead of a single bool or adress - due to the
+ // use a std::set association - instead of a single bool or address - due to the
// possibility of multiple SlideBackgroundFillPrimitive2D's being used at the same
// refresh. Also possible would be a local member (bool), but that just makes the
- // class more complicated. Working wth the adress is not a problem here since below
+ // class more complicated. Working with the address is not a problem here since below
// it reliably gets added/removed while being incarnated only.
static std::set<const SlideBackgroundFillPrimitive2D*> potentiallyActiveRecursion;