summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-01-23 10:56:12 +0000
committerPeter Burow <pb@openoffice.org>2001-01-23 10:56:12 +0000
commit7cde93c4c445a30c1899d2bb0d4d1273302c8f75 (patch)
treea6d02b09f9a4318f8aab8532b91e412fde3cc323 /unotools/inc/unotools/configmgr.hxx
parentbc51eeb8b2a95169bb302b99ef4dba7971fe4352 (diff)
fix: #82184# added
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 527e6c0a96c3..46268eb774af 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mba $ $Date: 2000-12-18 08:18:32 $
+ * last change: $Author: pb $ $Date: 2001-01-23 11:51:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,8 @@ namespace utl
USERINSTALLURL,
OFFICEINSTALLURL,
PRODUCTNAME,
- PRODUCTVERSION
+ PRODUCTVERSION,
+ PRODUCTEXTENSION
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);