summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-03-20 15:15:56 +0000
committerHennes Rohling <hro@openoffice.org>2001-03-20 15:15:56 +0000
commit7f4454c862e08f9dcc0e67ad8f72530fc02669d7 (patch)
treec13b251f5bdd4b14b1cffffd386ef9759668bb7f
parent247ed90574d8a3a4db9371751e062ce00d4f13c0 (diff)
Avoid compiler warnings
-rw-r--r--sal/osl/w32/profile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/profile.c b/sal/osl/w32/profile.c
index 0f51b122e2a0..cee3851fc46d 100644
--- a/sal/osl/w32/profile.c
+++ b/sal/osl/w32/profile.c
@@ -2,9 +2,9 @@
*
* $RCSfile: profile.c,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jl $ $Date: 2000-12-06 08:57:45 $
+ * last change: $Author: hro $ $Date: 2001-03-20 16:15:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -516,7 +516,7 @@ sal_Bool SAL_CALL osl_readProfileString(oslProfile Profile,
const sal_Char* pszDefault)
{
sal_uInt32 NoEntry;
- sal_Char* pStr = 0;
+ const sal_Char* pStr = 0;
osl_TProfileSection* pSec;
osl_TProfileImpl* pProfile = 0;