diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:29:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:14 +0200 |
commit | 0e970f3ba26a24ad589b8aa1480f078c7efb7132 (patch) | |
tree | 68c394675bf3cc84ff96d41c8a0fc028c2f9e8b2 /include | |
parent | d2f24e3a31acc08f29dd9454df59df9b9559c15c (diff) |
typo: occuring -> occurring
Diffstat (limited to 'include')
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index 381f2719ed74..aaf3956a52f9 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -315,7 +315,7 @@ public: Method to be called by OPropertySetHelper::fire. @param bIgnoreRuntimeExceptionsWhileFiring - indicates whether occuring RuntimeExceptions shall be + indicates whether occurring RuntimeExceptions shall be ignored when firing notifications @param pnHandles the id's of the properties that changed. @param nCount the number of elements in the arrays pnHandles, pNewValues and pOldValues. |