[Libreoffice-commits] .: sc/source

Kevin Hunter hunteke at kemper.freedesktop.org
Fri Oct 28 07:28:34 PDT 2011


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

New commits:
commit dfab4794d7cb98bb993ada22165da84168f89d00
Author: Kevin Hunter <hunteke at earlham.edu>
Date:   Thu Oct 27 22:34:15 2011 -0400

    Translate message to English
    
    And elaborate slightly.

diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index 0a4bd3c..49c94a5 100644
--- a/sc/source/core/data/cell.cxx
+++ b/sc/source/core/data/cell.cxx
@@ -275,7 +275,7 @@ void ScBaseCell::Delete()
             delete (ScNoteCell*) this;
             break;
         default:
-            OSL_FAIL("Unbekannter Zellentyp");
+            OSL_FAIL("Attempt to Delete() an unknown CELLTYPE");
             break;
     }
 }


More information about the Libreoffice-commits mailing list