diff options
Diffstat (limited to 'include/comphelper/accessiblewrapper.hxx')
-rw-r--r-- | include/comphelper/accessiblewrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx index d7b0a006bad0..b37e5a0f8ffb 100644 --- a/include/comphelper/accessiblewrapper.hxx +++ b/include/comphelper/accessiblewrapper.hxx @@ -130,7 +130,7 @@ namespace comphelper /** Helper for wrapping an XAccessibleContext by aggregating a proxy for it. <p>This class does not have own ref counting. In addition, it does not implement - the XAccesibleContext interface, but provides all the methods from this interface + the XAccessibleContext interface, but provides all the methods from this interface which must be implemented using the inner context (such as getAccessibleChild*).</p> <p>Children of the aggregated XAccessibleContext are wrapped, too.</p> |