summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorChris <chris.sherlock79@gmail.com>2013-03-03 17:58:00 +1100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 10:16:32 +0000
commit9657161c2a55cc9456e37f7220c5fdecae1829bb (patch)
tree656ca48b8b31f55906c6cb51e27e0c689a6d2d70 /vcl/source/app/svapp.cxx
parentd5622fa168d4b97096ec19abaa34dc7befaa89ae (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.cxx2
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;