diff options
Diffstat (limited to 'include/comphelper/accimplaccess.hxx')
-rw-r--r-- | include/comphelper/accimplaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx index 82be8db33ca6..ab960ddfab2c 100644 --- a/include/comphelper/accimplaccess.hxx +++ b/include/comphelper/accimplaccess.hxx @@ -66,7 +66,7 @@ namespace comphelper protected: /// retrieves the parent previously set via <method>setAccessibleParent</method> - css::uno::Reference< css::accessibility::XAccessible > + const css::uno::Reference< css::accessibility::XAccessible >& implGetForeignControlledParent( ) const; /** retrieves the set of currently set states which are controlled by a foreign instance |