summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-05 17:18:48 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-05 17:18:48 +0000
commitb1e4d8ab556bb67c9c1983aa901322873b0b9818 (patch)
tree25425cf315e8dee8c622e79e7ab1690358b49068 /unotools/inc
parent2b87f34d933947eb16a36479ad02359f2042e9a4 (diff)
INTEGRATION: CWS iconswitching1 (1.19.24); FILE MERGED
2005/12/16 14:31:23 ka 1.19.24.1: #i36518#: added OPENSOURCECONTEXT property
Diffstat (limited to 'unotools/inc')
-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 253fe8990e2f..e3990edecaa6 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configmgr.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:28:42 $
+ * last change: $Author: kz $ $Date: 2006-01-05 18:18:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,7 +111,8 @@ namespace utl
DEFAULTCURRENCY,
PRODUCTXMLFILEFORMATNAME,
PRODUCTXMLFILEFORMATVERSION,
- WRITERCOMPATIBILITYVERSIONOOO11
+ WRITERCOMPATIBILITYVERSIONOOO11,
+ OPENSOURCECONTEXT
};
//direct readonly access to some special configuration elements
static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);