diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-06-22 07:24:50 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-06-22 07:24:50 +0000 |
commit | 6f0924a0279f00c2c3d9a1fb100f3dea81b43766 (patch) | |
tree | c0c4f97a903cf7badd907a82a6ea09f4bf0911e4 /svtools/source/config/syslocaleoptions.cxx | |
parent | 658b79079e18c0aed4635413b36d82ab9de004c7 (diff) |
#88512# changes for TF_CFGDATA
Diffstat (limited to 'svtools/source/config/syslocaleoptions.cxx')
-rw-r--r-- | svtools/source/config/syslocaleoptions.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/svtools/source/config/syslocaleoptions.cxx b/svtools/source/config/syslocaleoptions.cxx index b3c88620d069..840db74d3d6e 100644 --- a/svtools/source/config/syslocaleoptions.cxx +++ b/svtools/source/config/syslocaleoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: syslocaleoptions.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2001-06-21 17:58:16 $ + * last change: $Author: dg $ $Date: 2001-06-22 08:24:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,10 +148,17 @@ public: }; +#ifdef TF_CFGDATA +#define ROOTNODE_SYSLOCALE OUString(RTL_CONSTASCII_USTRINGPARAM("Setup/L10N")) + +#define PROPERTYNAME_LOCALE OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupSystemLocale")) +#define PROPERTYNAME_CURRENCY OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupCurrency")) +#else #define ROOTNODE_SYSLOCALE OUString(RTL_CONSTASCII_USTRINGPARAM("Setup/Product")) #define PROPERTYNAME_LOCALE OUString(RTL_CONSTASCII_USTRINGPARAM("System_Locale")) #define PROPERTYNAME_CURRENCY OUString(RTL_CONSTASCII_USTRINGPARAM("Currency")) +#endif #define PROPERTYHANDLE_LOCALE 0 #define PROPERTYHANDLE_CURRENCY 1 |