summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/fileurl.hxx2
-rw-r--r--include/comphelper/propertybag.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/fileurl.hxx b/include/comphelper/fileurl.hxx
index 7fade5d12e41..9275d4abbfc4 100644
--- a/include/comphelper/fileurl.hxx
+++ b/include/comphelper/fileurl.hxx
@@ -27,7 +27,7 @@
namespace comphelper {
-// Return true if url is an absolute URL of "file" scheme:
+// Return true iff url is an absolute URL of "file" scheme:
COMPHELPER_DLLPUBLIC bool isFileUrl(OUString const & url);
}
diff --git a/include/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 4197e967000c..dcca91db86dd 100644
--- a/include/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
@@ -51,7 +51,7 @@ namespace comphelper
/** allow adding property with empty string as name
(by default, such names are rejected with IllegalActionException).
@param i_isAllowed
- if true, empty property name will be allowed
+ iff true, empty property name will be allowed
*/
void setAllowEmptyPropertyName(bool i_isAllowed);