summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-10 11:36:42 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-10 11:36:42 +0000
commitbda611a9f7028e5cecc9432657812581cd7dc043 (patch)
treec7b931bba981373bea9db4fd876897194d2e792f /unotools/inc/unotools/configmgr.hxx
parent5c3d0446aed74b505d72a8abe938c6f06a6051a7 (diff)
Additional direct access to new install urls
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index ca82060adbc9..ca195dab7b63 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-09-26 09:25:38 $
+ * last change: $Author: mba $ $Date: 2000-11-10 12:36:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,9 @@ namespace utl
{
INSTALLPATH,
LOCALE,
- OFFICEINSTALL
+ OFFICEINSTALL,
+ USERINSTALLURL,
+ OFFICEINSTALLURL,
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);