From fb4ac86f5ab8df5351cefb939ee9cf9c1bb948e7 Mon Sep 17 00:00:00 2001 From: Peter Burow Date: Thu, 7 Nov 2002 07:30:05 +0000 Subject: fix: #103936# new key PRODUCTXMLFILEFORMATVERSION --- unotools/inc/unotools/configmgr.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'unotools/inc') 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); -- cgit