diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2005-10-19 07:55:39 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2005-10-19 07:55:39 +0000 |
commit | e0c9d71b22ed056f70dd10f780768368ff1edaec (patch) | |
tree | e82de80624c88ad270763aea5a384495017494bd /unodevtools/source | |
parent | f58122939240bde55524e6a49cf154c633a8c21f (diff) |
#i52208# correct error message
Diffstat (limited to 'unodevtools/source')
-rw-r--r-- | unodevtools/source/unodevtools/typemanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/unodevtools/typemanager.cxx b/unodevtools/source/unodevtools/typemanager.cxx index 2a134bc094ef..4cd4e9ee1a7f 100644 --- a/unodevtools/source/unodevtools/typemanager.cxx +++ b/unodevtools/source/unodevtools/typemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typemanager.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jsc $ $Date: 2005-09-09 13:50:40 $ + * last change: $Author: jsc $ $Date: 2005-10-19 08:55:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -165,7 +165,7 @@ sal_Bool UnoTypeManager::init( UNO_QUERY); if ( !xTDProvider.is() ) { OUString msg(RTL_CONSTASCII_USTRINGPARAM( - "internal UNO problem, can't create type local" + "internal UNO problem, can't create local" " type description provider")); throw RuntimeException( msg, Reference< XInterface >()); } |