diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:10:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:10:14 +0000 |
commit | 52ac22c6254151aa82f6c1a2851a947111353b7f (patch) | |
tree | 7fcdc7a883b30b98fe8c6ab9f0c8bee05688175e /uui/source | |
parent | 6fc310cbb4a53157cfed2197ac76b3acfa2d6dca (diff) |
INTEGRATION: CWS obr05 (1.59.4); FILE MERGED
2007/06/08 06:38:46 obr 1.59.4.1: #147862# no ResId's without ResMgr any more
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/iahndl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index f3b1b86f7130..5ad523ff0a4e 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iahndl.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: rt $ $Date: 2007-04-27 08:49:12 $ + * last change: $Author: kz $ $Date: 2007-06-19 16:10:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2479,7 +2479,7 @@ UUIInteractionHelper::handleErrorRequest( { enum Source { SOURCE_DEFAULT, SOURCE_CNT, SOURCE_SVX, SOURCE_UUI }; static char const * const aManager[4] - = { 0, + = { CREATEVERSIONRESMGR_NAME(ofa), CREATEVERSIONRESMGR_NAME(cnt), CREATEVERSIONRESMGR_NAME(svx), CREATEVERSIONRESMGR_NAME(uui) }; |