diff options
author | Peter Burow <pb@openoffice.org> | 2002-11-07 07:30:05 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-11-07 07:30:05 +0000 |
commit | fb4ac86f5ab8df5351cefb939ee9cf9c1bb948e7 (patch) | |
tree | 7ae91a52d5e3c905e2cd9a420edc3f3bb13d4bc0 /unotools/inc | |
parent | 69907e2d16219ed64a3f3faf5dbffb97f584a2fa (diff) |
fix: #103936# new key PRODUCTXMLFILEFORMATVERSION
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/configmgr.hxx | 7 |
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); |