summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/configmgr.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-22 09:02:55 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-22 09:02:55 +0000
commitdd5f3728f456afe2332cbb54e67331757ce4d5c1 (patch)
tree37aca412083de05ad0941d1485b041d73cf04f86 /unotools/inc/unotools/configmgr.hxx
parentfe3e7cfd2a80761562577784ef15a878e1bf02c4 (diff)
#91235# +ConfigProperty::DEFAULTCURRENCY
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 5a3e2c108afd..fdab06e0c948 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: os $ $Date: 2001-06-25 14:41:45 $
+ * last change: $Author: fs $ $Date: 2001-08-22 10:01:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,8 @@ namespace utl
OFFICEINSTALLURL,
PRODUCTNAME,
PRODUCTVERSION,
- PRODUCTEXTENSION
+ PRODUCTEXTENSION,
+ DEFAULTCURRENCY
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);