[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 24 06:50:44 UTC 2019


 sc/source/core/data/document.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da881f38c088c439f034e340bbbb4ca53e67389f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 23 11:14:40 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Mar 24 07:50:22 2019 +0100

    Fix typo
    
    Change-Id: I2a71473c872d4c69de728857e74a4a7c1b89fb36
    Reviewed-on: https://gerrit.libreoffice.org/69594
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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 );


More information about the Libreoffice-commits mailing list