sc/source/core/data/attarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 97516a3153efcc4996512139b8c80f20b9d246b4 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Nov 19 19:46:14 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Nov 19 20:03:12 2023 +0100 Fix typo Change-Id: I4a1f624793c0bf2e97ee862b4599aa9c8fb9f9d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159692 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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<ScPatternAttr> pNewPattern; if(pPattern) {