From 97516a3153efcc4996512139b8c80f20b9d246b4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Nov 2023 19:46:14 +0100 Subject: Fix typo Change-Id: I4a1f624793c0bf2e97ee862b4599aa9c8fb9f9d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159692 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sc/source/core/data/attarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx index c2f3b0b75195..67d0ac67b088 100644 --- a/sc/source/core/data/attarray.cxx +++ b/sc/source/core/data/attarray.cxx @@ -297,7 +297,7 @@ void ScAttrArray::AddCondFormat( SCROW nStartRow, SCROW nEndRow, sal_uInt32 nInd // changed to create pNewPattern only if needed, else use already // existing pPattern. This shows by example how to avoid that special // handling of ATTR_PATTERN/ScPatternAttr in SC and massive - // incarnations/desctructions of that Item (which contains an ItemSet) + // incarnations/destructions of that Item (which contains an ItemSet) std::unique_ptr pNewPattern; if(pPattern) { -- cgit