summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-07-06 07:12:59 +0000
committerOliver Bolte <obo@openoffice.org>2001-07-06 07:12:59 +0000
commite43136aa1f9cfa9be39dfd34b8c0acc0b4ffb9f8 (patch)
treed346cc5a4fe8458e3557dd2c9ebc160af1d955af /configmgr
parent7a0a9b254aef2ed7213e187020f8901b38433d71 (diff)
#65293# extern C removed
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/misc/bootstrap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/misc/bootstrap.cxx b/configmgr/source/misc/bootstrap.cxx
index 93ef1e41e3fb..54482b1e02a5 100644
--- a/configmgr/source/misc/bootstrap.cxx
+++ b/configmgr/source/misc/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: jb $ $Date: 2001-07-03 13:05:07 $
+ * last change: $Author: obo $ $Date: 2001-07-06 08:12:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1299,7 +1299,7 @@ namespace {
// normalizeAndSubstitutePathVariables
// ---------------------------------------------------------------------------------------
- extern "C" typedef sal_Bool (SAL_CALL * getSystemDirectoryFunction)(oslSecurity, rtl_uString **);
+ typedef sal_Bool (SAL_CALL * getSystemDirectoryFunction)(oslSecurity, rtl_uString **);
bool normalizeAndSubstitutePathVariables(OUString& _rPath)
{