diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/document.cxx | 2 |
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 ); |