diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-22 16:21:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-22 19:57:37 +0100 |
commit | 00ee70be17c1c466674552b59737e39fb785e907 (patch) | |
tree | a34c48d89b075fa721ce23e1a11c2fb900abc309 /svx | |
parent | 9f1b157122b0c0dfd2e8f97f4a98d342a8a1d423 (diff) |
Fix typo
Change-Id: Ifd1d5baa6e304d370b82e93781abf47da437c766
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143123
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx index f3e212ca1599..9831cf3bfd59 100644 --- a/svx/source/sdr/contact/viewobjectcontact.cxx +++ b/svx/source/sdr/contact/viewobjectcontact.cxx @@ -445,7 +445,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & ViewObjectContact::getPr // change, but that is simply not reliable. // Note2: I did that once in aw080, the lost CWS, and it worked well enough // so that I could remove *all* operator== from all derivations of - // BasePrimitive2D, so it can be done again (with the needed ressources) + // BasePrimitive2D, so it can be done again (with the needed resources) if(mxPrimitive2DSequence != xNewPrimitiveSequence) { // has changed, copy content |