summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/insdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/insdlg.cxx')
-rw-r--r--svtools/source/dialogs/insdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx
index 5d76ec22de3b..312a2cfb725e 100644
--- a/svtools/source/dialogs/insdlg.cxx
+++ b/svtools/source/dialogs/insdlg.cxx
@@ -164,7 +164,7 @@ void SvObjectServerList::FillInsertObjects()
if( aClassName.MakeId( aClassID) )
{
if( !Get( aClassName ) )
- // noch nicht eingetragen
+ // not entered yet
aObjectServerList.push_back( SvObjectServer( aClassName, aUIName ) );
}
}