summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:28:52 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:28:52 +0000
commit004435723efd8c0c928745dae52ddc603166aa70 (patch)
tree0ef7551720d5570596750a75b3442d11b23ec5b8 /stoc/source/inspect
parent6d136ee3605bccfbc16f62ebf2286c03d67aa96b (diff)
INTEGRATION: CWS ooo20040329 (1.18.28); FILE MERGED
2004/03/17 09:37:22 waratah 1.18.28.1: #i1858# correct minor spelling mistake
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r--stoc/source/inspect/introspection.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index ff5bcd005de0..65630d287dd4 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: introspection.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 17:59:37 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:28:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1850,13 +1850,13 @@ ImplIntrospection::ImplIntrospection( const Reference<XMultiServiceFactory> & rX
{
xContext->getValueByName(
OUString( RTL_CONSTASCII_USTRINGPARAM("/singletons/com.sun.star.reflection.theCoreReflection") ) ) >>= mxCoreReflection;
- OSL_ENSURE( mxCoreReflection.is(), "### CoreReflection singleton not accessable!?" );
+ OSL_ENSURE( mxCoreReflection.is(), "### CoreReflection singleton not accessible!?" );
}
}
if (! mxCoreReflection.is())
{
throw DeploymentException(
- OUString( RTL_CONSTASCII_USTRINGPARAM("/singletons/com.sun.star.reflection.theCoreReflection singleton not accessable") ),
+ OUString( RTL_CONSTASCII_USTRINGPARAM("/singletons/com.sun.star.reflection.theCoreReflection singleton not accessible") ),
Reference< XInterface >() );
}