diff options
Diffstat (limited to 'include/unotools/ucbhelper.hxx')
-rw-r--r-- | include/unotools/ucbhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/ucbhelper.hxx b/include/unotools/ucbhelper.hxx index 201f1b15722e..66cc75212c6c 100644 --- a/include/unotools/ucbhelper.hxx +++ b/include/unotools/ucbhelper.hxx @@ -43,7 +43,7 @@ UNOTOOLS_DLLPUBLIC bool IsDocument(OUString const & url); UNOTOOLS_DLLPUBLIC bool IsFolder(OUString const & url); /// @param title must not be null -/// @return true iff title has been set (i.e., if obtaining the "Title" property +/// @return true if title has been set (i.e., if obtaining the "Title" property /// of the given content yields a non-void value without raising a /// non-RuntimeException; RuntimeExceptions are passed through) UNOTOOLS_DLLPUBLIC bool GetTitle( |