summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-12 11:41:55 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-12 11:41:55 +0100
commitb3782fad3be3319775d94447a27e8fdf16ad08e7 (patch)
treed966b99aa90d035157fa8f179c235a3ec258df61 /vcl
parent99f5c1f0567f1351feca598c0f9c2f780d56ac72 (diff)
Change-Id: I9caea65444cee86897b25f7d8f604af71e91be9a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/dbggui.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 095369287d09..c6d1af899a47 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1677,7 +1677,7 @@ void DbgPrintMsgBox( const char* pLine )
if ( aMessageBox.didTimeout() )
DbgPrintShell( pLine );
else if ( nResult == RET_YES )
- GetpApp()->Abort( "Debug-Utilities-Error" );
+ GetpApp()->Abort( OUString("Debug-Utilities-Error") );
else if ( nResult == RET_CANCEL )
DbgCoreDump();
}
@@ -1791,7 +1791,7 @@ void DbgGUIStart()
}
else
{
- ErrorBox( 0, WB_OK, "TOOLS Library has no Debug-Routines" ).Execute();
+ ErrorBox( 0, WB_OK, OUString("TOOLS Library has no Debug-Routines") ).Execute();
}
}