diff options
author | Chris <chris.sherlock79@gmail.com> | 2013-03-03 17:58:00 +1100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 10:16:32 +0000 |
commit | 9657161c2a55cc9456e37f7220c5fdecae1829bb (patch) | |
tree | 656ca48b8b31f55906c6cb51e27e0c689a6d2d70 /vcl/source/app/svapp.cxx | |
parent | d5622fa168d4b97096ec19abaa34dc7befaa89ae (diff) |
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>
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index fe34011bff02..6db1ec65a143 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -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; |