diff options
Diffstat (limited to 'include/unotools/accessiblestatesethelper.hxx')
-rw-r--r-- | include/unotools/accessiblestatesethelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index e8277f648903..140375503fb1 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -26,8 +26,6 @@ #include <cppuhelper/implbase.hxx> #include <memory> -class AccessibleStateSetHelperImpl; - //= XAccessibleStateSet helper classes //... namespace utl ....................................................... @@ -134,7 +132,7 @@ private: /// Mutex guarding this object. ::osl::Mutex maMutex; /// The implementation of this helper interface. - std::unique_ptr<AccessibleStateSetHelperImpl> mpHelperImpl; + sal_uInt64 maStates; }; } |