diff options
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 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); |