summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-11-07 07:30:05 +0000
committerPeter Burow <pb@openoffice.org>2002-11-07 07:30:05 +0000
commitfb4ac86f5ab8df5351cefb939ee9cf9c1bb948e7 (patch)
tree7ae91a52d5e3c905e2cd9a420edc3f3bb13d4bc0 /unotools/inc/unotools/configmgr.hxx
parent69907e2d16219ed64a3f3faf5dbffb97f584a2fa (diff)
fix: #103936# new key PRODUCTXMLFILEFORMATVERSION
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 fdab06e0c948..5ed81f12c023 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: fs $ $Date: 2001-08-22 10:01:07 $
+ * last change: $Author: pb $ $Date: 2002-11-07 08:28:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,8 @@ namespace utl
PRODUCTNAME,
PRODUCTVERSION,
PRODUCTEXTENSION,
- DEFAULTCURRENCY
+ DEFAULTCURRENCY,
+ PRODUCTXMLFILEFORMATVERSION
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);