diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:18:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 13:18:12 +0000 |
commit | 10a99439aedb2fb26a4ba382206659dd3f978199 (patch) | |
tree | aa077a453928a62da468d05bea94f413569c3be2 /unotools/inc | |
parent | f29bb42d98d9cf40476c252d2e6034731ea75764 (diff) |
INTEGRATION: CWS relocinst (1.14.116); FILE MERGED
2004/04/22 11:36:07 kso 1.14.116.1: #116448# - Deprecated ConfigProperty INSTALLPATH, OFFICEINSTALL, USERINSTALLURL, OFFICEINSTALLURL
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/configmgr.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx index 5ed81f12c023..822e0e9af557 100644 --- a/unotools/inc/unotools/configmgr.hxx +++ b/unotools/inc/unotools/configmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: configmgr.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: pb $ $Date: 2002-11-07 08:28:49 $ + * last change: $Author: hr $ $Date: 2004-05-10 14:18:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,11 +123,11 @@ namespace utl enum ConfigProperty { - INSTALLPATH, + INSTALLPATH, // deprecated. don't use LOCALE, - OFFICEINSTALL, - USERINSTALLURL, - OFFICEINSTALLURL, + OFFICEINSTALL, // deprecated. don't use + USERINSTALLURL, // deprecated. don't use + OFFICEINSTALLURL, // deprecated. don't use PRODUCTNAME, PRODUCTVERSION, PRODUCTEXTENSION, |