diff options
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index a32f3bbade32..18219f52af6d 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -1045,7 +1045,7 @@ sal_Bool Content::isFolder() ucbhelper::cancelCommandExecution( makeAny( UnknownPropertyException( rtl::OUString( - "Unable to retreive value of property 'IsFolder'!" ), + "Unable to retrieve value of property 'IsFolder'!" ), get() ) ), m_xImpl->getEnvironment() ); @@ -1066,7 +1066,7 @@ sal_Bool Content::isDocument() ucbhelper::cancelCommandExecution( makeAny( UnknownPropertyException( rtl::OUString( - "Unable to retreive value of property 'IsDocument'!" ), + "Unable to retrieve value of property 'IsDocument'!" ), get() ) ), m_xImpl->getEnvironment() ); |