[Libreoffice-commits] core.git: vcl/source
Chris
chris.sherlock79 at gmail.com
Sun Mar 3 02:16:52 PST 2013
vcl/source/app/svapp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9657161c2a55cc9456e37f7220c5fdecae1829bb
Author: Chris <chris.sherlock79 at gmail.com>
Date: Sun Mar 3 17:58:00 2013 +1100
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 at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index fe34011..6db1ec6 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;
More information about the Libreoffice-commits
mailing list