summaryrefslogtreecommitdiff
path: root/unodevtools/source/unodevtools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:55:39 +0000
committerJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:55:39 +0000
commite0c9d71b22ed056f70dd10f780768368ff1edaec (patch)
treee82de80624c88ad270763aea5a384495017494bd /unodevtools/source/unodevtools
parentf58122939240bde55524e6a49cf154c633a8c21f (diff)
#i52208# correct error message
Diffstat (limited to 'unodevtools/source/unodevtools')
-rw-r--r--unodevtools/source/unodevtools/typemanager.cxx6
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 >());
}