summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table5.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-16 04:58:29 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-16 04:58:59 +0100
commitfd17ba6a421acf63b3b959138bb572498d56d469 (patch)
tree26d134d7f30bc7187c5a4df49162ac4e79793b42 /sc/source/core/data/table5.cxx
parentf63423d58551b387dd9617c6c84719a95ee6d522 (diff)
sc: translate some debug messages
Change-Id: I0c741d2cda4568aef81a18788a764f3ef679660c
Diffstat (limited to 'sc/source/core/data/table5.cxx')
-rw-r--r--sc/source/core/data/table5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/table5.cxx b/sc/source/core/data/table5.cxx
index 474cc19aa34f..644b1a65df66 100644
--- a/sc/source/core/data/table5.cxx
+++ b/sc/source/core/data/table5.cxx
@@ -74,7 +74,7 @@ void ScTable::UpdatePageBreaks( const ScRange* pUserArea )
Find( aPageStyle, SFX_STYLE_FAMILY_PAGE );
if ( !pStyle )
{
- OSL_FAIL("UpdatePageBreaks: Style nicht gefunden");
+ OSL_FAIL("UpdatePageBreaks: Style not found");
return;
}
SfxItemSet* pStyleSet = &pStyle->GetItemSet();
@@ -126,7 +126,7 @@ void ScTable::UpdatePageBreaks( const ScRange* pUserArea )
if ( pStyleSet->GetItemState( ATTR_PAGE_SCALETOPAGES, false, &pItem ) == SFX_ITEM_SET )
{
- OSL_ENSURE( pItem->ISA(SfxUInt16Item), "falsches Item" );
+ OSL_ENSURE( pItem->ISA(SfxUInt16Item), "invalid Item" );
bSkipColBreaks = bSkipRowBreaks = ( ((const SfxUInt16Item*)pItem)->GetValue() > 0 );
}