summaryrefslogtreecommitdiff
path: root/include/comphelper/propertybag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertybag.hxx')
-rw-r--r--include/comphelper/propertybag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 1c72940c27c5..484246a11d17 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 = true);