diff options
Diffstat (limited to 'ucbhelper/source/provider/contenthelper.cxx')
-rw-r--r-- | ucbhelper/source/provider/contenthelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx index 5b4b1ab42492..11570b59731f 100644 --- a/ucbhelper/source/provider/contenthelper.cxx +++ b/ucbhelper/source/provider/contenthelper.cxx @@ -806,7 +806,7 @@ void ContentImplHelper::inserted() // Content is not yet registered at provider. m_xProvider->registerNewContent( this ); - // If the parent content is currently not instanciated, there can be + // If the parent content is currently not instantiated, there can be // no listeners interested in changes ;-) rtl::Reference< ContentImplHelper > xParent |