summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview/tvread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/treeview/tvread.cxx')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index b374b87d4670..79842ca614e4 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -831,7 +831,7 @@ TVChildTarget::getConfiguration(const Reference< XMultiServiceFactory >& m_xSMgr
}
catch( const com::sun::star::uno::Exception& )
{
- OSL_ENSURE( sProvider.is(),"cant instantiate configuration" );
+ OSL_ENSURE( sProvider.is(),"can't instantiate configuration" );
}
}
@@ -932,7 +932,7 @@ void TVChildTarget::subst( const Reference< XMultiServiceFactory >& m_xSMgr,
}
catch( const com::sun::star::uno::Exception& )
{
- OSL_ENSURE( xCfgMgr.is()," cant instantiate the special config manager " );
+ OSL_ENSURE( xCfgMgr.is()," can't instantiate the special config manager " );
}
}