summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:13:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:13:09 +0000
commitfb12a0f1d0145f763eccec0cdbd6931a27e4a6c9 (patch)
tree1e295e75567c8e303d36aedda3506870de339c59 /connectivity
parent7c55db02af6c2344dd9309abae79eab868e42022 (diff)
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)
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KDEInit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx
index 36bd589a4091..5903ea0084d3 100644
--- a/connectivity/source/drivers/kab/KDEInit.cxx
+++ b/connectivity/source/drivers/kab/KDEInit.cxx
@@ -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);