summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-17 10:52:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-17 10:52:52 +0000
commita73c78e6f2e77235f08fbeb8f8c0d55af44efbec (patch)
tree1f626ec03fc45a10ec900bcec12e89fdba2a302c /desktop
parent9677b4f3e82327dbe8d1c5471ee70d6ee9c5ad60 (diff)
INTEGRATION: CWS jl68 (1.2.116); FILE MERGED
2007/07/16 12:28:23 jl 1.2.116.1: #i78167# unopkg now can be used with bootstrap parameter, for example -env:UNO_JAVA_JFW_INSTALLDATA=xyz
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_shared.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h
index 4c2e0f83ffb5..a4c2764bf5cb 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_shared.h
+++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h
@@ -4,9 +4,9 @@
*
* $RCSfile: unopkg_shared.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-01-18 14:58:10 $
+ * last change: $Author: ihi $ $Date: 2007-08-17 11:52:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,12 @@ inline bool readOption(
}
return false;
}
+//==============================================================================
+/** checks if an argument is a bootstrap variable. These start with -env:. For example
+ -env:UNO_JAVA_JFW_USER_DATA=file:///d:/user
+*/
+bool isBootstrapVariable(sal_uInt32 * pIndex);
//==============================================================================
::rtl::OUString const & getExecutableDir();