diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:30:11 +0200 |
commit | cf92da3d6e1de14756efe3f1ee79f393a2f3787d (patch) | |
tree | e459cecb503f3de8550c078e01a4a3634ca3fb5f /include/unotools | |
parent | b9064c0780232610af9e4d45ba5c85b9496d1f75 (diff) |
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
Diffstat (limited to 'include/unotools')
-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 6234e8e58bb6..027c63854414 100644 --- a/include/unotools/ucbhelper.hxx +++ b/include/unotools/ucbhelper.hxx @@ -44,7 +44,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( |