diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/enumhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx index c9816cd3e055..16d95b76e808 100644 --- a/include/comphelper/enumhelper.hxx +++ b/include/comphelper/enumhelper.hxx @@ -73,8 +73,8 @@ class COMPHELPER_DLLPUBLIC OEnumerationByIndex final : private OEnumerationLock , public ::cppu::WeakImplHelper< css::container::XEnumeration , css::lang::XEventListener > { - sal_Int32 m_nPos; css::uno::Reference< css::container::XIndexAccess > m_xAccess; + sal_Int32 m_nPos; bool m_bListening; public: |