summaryrefslogtreecommitdiff
path: root/tools/bootstrp/appdef.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:18:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:18:32 +0000
commitdb08ae4804f437a98dde85626d6cf8de294c6c96 (patch)
tree477f5bd3b62f29638f8d099cd514eccda68af1f2 /tools/bootstrp/appdef.cxx
parentb085e905b53d8a86c843538bd589f2f46d27ad5c (diff)
INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED
2005/10/27 12:28:47 sb 1.3.8.2: #i53898# Made code warning-free. 2005/10/14 11:19:20 sb 1.3.8.1: #i53898# Made code warning-free; cleanup.
Diffstat (limited to 'tools/bootstrp/appdef.cxx')
-rw-r--r--tools/bootstrp/appdef.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/appdef.cxx b/tools/bootstrp/appdef.cxx
index 2bc0971ddd91..b10264bcf995 100644
--- a/tools/bootstrp/appdef.cxx
+++ b/tools/bootstrp/appdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appdef.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:27:19 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:18:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include <stdio.h>
#include <string.h>
-#include <appdef.hxx>
+#include "bootstrp/appdef.hxx"
const char* GetDefStandList()
{
@@ -158,7 +158,7 @@ const char* GetBServerRoot()
const char* GetEnv( const char *pVar )
{
- char *pRet = getenv( pVar );
+ char const *pRet = getenv( pVar );
if ( !pRet )
pRet = "";
return pRet;