summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-19 19:46:14 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-19 20:03:12 +0100
commit97516a3153efcc4996512139b8c80f20b9d246b4 (patch)
treef1ca81704c79fba7b247daaae8a910e75ca1665c /sc
parent6ccd536aae8b5fb5ec01796a1d48d8c5e0b21582 (diff)
Fix typo
Change-Id: I4a1f624793c0bf2e97ee862b4599aa9c8fb9f9d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159692 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/attarray.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{