svx/source/sdr/contact/viewobjectcontact.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fafd3e6affd2c3d5c7d88fa90caa40d2b9d44230 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 25 16:00:22 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Nov 28 20:32:17 2025 +0100 Fix typo Change-Id: I4294c19eba8fd315e182aab44b1ecb312f476e9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194523 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx index b1bef068102f..94df04ff4758 100644 --- a/svx/source/sdr/contact/viewobjectcontact.cxx +++ b/svx/source/sdr/contact/viewobjectcontact.cxx @@ -294,7 +294,7 @@ void ViewObjectContact::checkForPrimitive2DAnimations() // object, because we might be inside a call from the Scheduler, in which case we will be deleting an object // on the call stack. // Yes, this does still leave a possible situation where the user could turn animations off while we are - // animating and we could crash. I dont have a better solution right now. + // animating and we could crash. I don't have a better solution right now. // drawinglayer::primitive2d::Primitive2DContainer aNewAnimatedPrimitives; if(!mxPrimitive2DSequence.empty())
