diff options
Diffstat (limited to 'sc/source/ui/unoobj/fmtuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/fmtuno.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx index 5f7c71160f03..6ed3b94fbe30 100644 --- a/sc/source/ui/unoobj/fmtuno.cxx +++ b/sc/source/ui/unoobj/fmtuno.cxx @@ -140,7 +140,7 @@ ScCondFormatEntryItem::ScCondFormatEntryItem() : ScTableConditionalFormat::ScTableConditionalFormat( ScDocument* pDoc, sal_uLong nKey, SCTAB nTab, FormulaGrammar::Grammar eGrammar) { - // Eintrag aus dem Dokument lesen... + // read the entry from the document... if ( pDoc && nKey ) { @@ -331,7 +331,7 @@ void SAL_CALL ScTableConditionalFormat::addNew( } else { - OSL_FAIL("falsche Property"); + OSL_FAIL("wrong property"); //! Exception... } } @@ -579,7 +579,7 @@ ScTableValidationObj::ScTableValidationObj(ScDocument* pDoc, sal_uLong nKey, const formula::FormulaGrammar::Grammar eGrammar) : aPropSet( lcl_GetValidatePropertyMap() ) { - // Eintrag aus dem Dokument lesen... + // read the entry from the document... bool bFound = false; if ( pDoc && nKey ) |