diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:27 +0200 |
commit | 2a65bf32ec270484dcea4d22d3c93552dc0c24dd (patch) | |
tree | 93ef95ef9bda80b60e7eadaea88db64d7ab9d160 /include/comphelper/propertybag.hxx | |
parent | 09b4cbe977c755a447f97034189b85998f358d79 (diff) |
Revert "Typo: iff->if"
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
iff can mean "if and only if" so not a typo
Diffstat (limited to 'include/comphelper/propertybag.hxx')
-rw-r--r-- | include/comphelper/propertybag.hxx | 2 |
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); |