diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:35:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:35:36 +0000 |
commit | d592b68c2a522c0cfed6a784a92b4b61d7fb5359 (patch) | |
tree | ef48286375e7dd25250d6d13126c8e5767c08dbb /configmgr/source | |
parent | 032187b3ed5ddb6f5de67285d49f3767601c6eec (diff) |
INTEGRATION: CWS cfg01 (1.25.4.3.4); FILE MERGED
2003/03/12 16:36:07 jb 1.25.4.3.4.2: #107520# Undo misguided changes: Restore interface of prowiderwrapper::create; move #define NAME(...) out of header.
2003/03/06 10:09:23 ssmith 1.25.4.3.4.1: #107520# locale fix
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/misc/bootstrap.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/misc/bootstrap.cxx b/configmgr/source/misc/bootstrap.cxx index ca367c1127b7..c4dc2c6bdc49 100644 --- a/configmgr/source/misc/bootstrap.cxx +++ b/configmgr/source/misc/bootstrap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:19:22 $ + * last change: $Author: vg $ $Date: 2003-04-01 13:35:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,6 +137,7 @@ #define SERVERTYPE_UNO_COMPAT "uno" #define SERVERTYPE_PLUGIN_COMPAT "plugin" // --------------------------------------------------------------------------------------- + #define NAME( N ) OUString(RTL_CONSTASCII_USTRINGPARAM(N)) #define ITEM( N ) OUString(RTL_CONSTASCII_USTRINGPARAM(N)) // --------------------------------------------------------------------------------------- |