INTEGRATION: CWS hr50 (1.5.218); FILE MERGED

2008/04/08 14:30:31 hr 1.5.218.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
Jens-Heiner Rechtien
2008-04-22 14:13:09 +00:00
parent 7c55db02af
commit fb12a0f1d0

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: KDEInit.cxx,v $
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -68,7 +68,7 @@ namespace connectivity
{
OSL_ENSURE(s_pKApplication == NULL, "KDEInit::Init: inconsistency in the application pointers!");
char *kabargs[1] = {"libkab1"};
char *kabargs[1] = {(char*)"libkab1"};
KCmdLineArgs::init(1, kabargs, "KAddressBook", *kabargs, "Address Book driver", KAB_DRIVER_VERSION);
s_pKApplication = new KApplication(false, false);