summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/AccessibleGridControlBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/AccessibleGridControlBase.hxx')
-rw-r--r--accessibility/inc/extended/AccessibleGridControlBase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/inc/extended/AccessibleGridControlBase.hxx b/accessibility/inc/extended/AccessibleGridControlBase.hxx
index b9b0a1b617a3..361c8d4d59f6 100644
--- a/accessibility/inc/extended/AccessibleGridControlBase.hxx
+++ b/accessibility/inc/extended/AccessibleGridControlBase.hxx
@@ -22,6 +22,7 @@
#include <vcl/accessibletable.hxx>
#include <rtl/ustring.hxx>
+#include <rtl/ref.hxx>
#include <tools/gen.hxx>
#include <cppuhelper/compbase4.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -219,7 +220,7 @@ protected:
may overwrite this method and add more states.
@attention This method requires locked mutex's.
@return A filled AccessibleStateSetHelper. */
- virtual ::utl::AccessibleStateSetHelper* implCreateStateSetHelper();
+ virtual rtl::Reference<::utl::AccessibleStateSetHelper> implCreateStateSetHelper();
// internal helper methods