Translate German DBG_ASSERT - AppFileName should be set to something

Change-Id: Idf0c1c90ff367285292097980f56ca9502e5ef33
Reviewed-on: https://gerrit.libreoffice.org/2522
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
Chris 2013-03-03 17:58:00 +11:00 committed by Thomas Arnhold
parent d5622fa168
commit 9657161c2a

View file

@ -311,7 +311,7 @@ XubString Application::GetCommandLineParam( sal_uInt16 nParam )
const XubString& Application::GetAppFileName()
{
ImplSVData* pSVData = ImplGetSVData();
DBG_ASSERT( pSVData->maAppData.mpAppFileName, "AppFileName vor SVMain ?!" );
DBG_ASSERT( pSVData->maAppData.mpAppFileName, "AppFileName should be set to something after SVMain!" );
if ( pSVData->maAppData.mpAppFileName )
return *pSVData->maAppData.mpAppFileName;