summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-30 08:12:41 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-30 08:12:41 +0000
commite2be5bb346c89c8b8b90b4b385df9447033f0612 (patch)
tree75babd337cd83f7d03d47c03f4fc83fcbeaa3c09 /unotools/inc/unotools/configmgr.hxx
parent5a2db2d1226a5e5179a74750dde9c2432b94d48f (diff)
#79541#: new direct property for product name
Diffstat (limited to 'unotools/inc/unotools/configmgr.hxx')
-rw-r--r--unotools/inc/unotools/configmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index 7cf2b6d95538..1880ccd902fb 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2000-11-20 17:11:33 $
+ * last change: $Author: mba $ $Date: 2000-11-30 09:12:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,8 @@ namespace utl
LOCALE,
OFFICEINSTALL,
USERINSTALLURL,
- OFFICEINSTALLURL
+ OFFICEINSTALLURL,
+ PRODUCTNAME
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);