summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype3.cxx')
-rw-r--r--basctl/source/basicide/bastype3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 612e69f4d14d..1472fa13b736 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -240,7 +240,7 @@ SbxVariable* TreeListBox::FindVariable( SvTreeListEntry* pEntry )
// skip, to find the child entry.
continue;
default:
- OSL_FAIL( "FindVariable: Unbekannter Typ!" );
+ OSL_FAIL( "FindVariable: unknown type" );
pVar = nullptr;
break;
}
@@ -339,7 +339,7 @@ EntryDescriptor TreeListBox::GetEntryDescriptor( SvTreeListEntry* pEntry )
break;
default:
{
- OSL_FAIL( "GetEntryDescriptor: Unbekannter Typ!" );
+ OSL_FAIL( "GetEntryDescriptor: unknown type" );
eType = OBJ_TYPE_UNKNOWN;
}
break;