diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-18 13:32:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-18 13:32:58 +0000 |
commit | e77d03bb655a0985e6a9806f4295524018b68e5d (patch) | |
tree | 7823c92e037eff9faefd8493947463f33c577fd3 /vcl/source/app | |
parent | 41543ec32fb4bef09f257182173d2c99eaab7d00 (diff) |
INTEGRATION: CWS vclplug (1.27.164); FILE MERGED
2003/10/21 15:53:08 pl 1.27.164.1: #i21232# first round of virtualizing the Sal classes, Unix works, Windows to come
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/unohelp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/app/unohelp.cxx b/vcl/source/app/unohelp.cxx index f87abefdba41..3fff0bd82638 100644 --- a/vcl/source/app/unohelp.cxx +++ b/vcl/source/app/unohelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unohelp.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: vg $ $Date: 2003-04-24 16:31:14 $ + * last change: $Author: kz $ $Date: 2003-11-18 14:32:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,8 +118,8 @@ using namespace ::rtl; struct VCLRegServiceInfo { - sal_Char* pLibName; - sal_Bool bHasSUPD; + const sal_Char* pLibName; + sal_Bool bHasSUPD; }; static VCLRegServiceInfo aVCLComponentsArray[] = |