diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-07 11:35:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-08 08:49:02 +0100 |
commit | 9a3810ba9b8b52096bee29e83d1eb5ce57512270 (patch) | |
tree | 03d49c1a0a145eeb55402a7ef50c24567df6318e /include | |
parent | 0d43023ed4bc14207b9ba15367b123f2af739d1b (diff) |
pack some data structures
Change-Id: I7ef990b8aa7b26c413b54186c360ed3f858d4e26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88170
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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: |