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:
parent
d5622fa168
commit
9657161c2a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue