summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-23 11:14:40 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-03-24 07:50:22 +0100
commitda881f38c088c439f034e340bbbb4ca53e67389f (patch)
tree91a4b73ef4f274831e66d29483eda5f1c98a9691 /sc
parent24f1670927300afb0c9a6e06bdee969b844f2060 (diff)
Fix typo
Change-Id: I2a71473c872d4c69de728857e74a4a7c1b89fb36 Reviewed-on: https://gerrit.libreoffice.org/69594 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index d40103096d8b..7538690cf625 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -4727,7 +4727,7 @@ const SfxPoolItem* ScDocument::GetAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_
return pTemp;
else
{
- OSL_FAIL( "Attribut Null" );
+ OSL_FAIL( "Attribute Null" );
}
}
return &mxPoolHelper->GetDocPool()->GetDefaultItem( nWhich );