struct OHierarchyElement_Impl was apparently meant to be a class

Change-Id: Id95a70b38fae40a83f21df56f13b48b2dd0f7001
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103526
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2020-09-27 22:40:15 +02:00
parent e70069fb72
commit b8bf1e11c5

View File

@@ -33,7 +33,7 @@
#include <unordered_map>
#include <vector>
struct OHierarchyElement_Impl;
class OHierarchyElement_Impl;
typedef std::unordered_map< OUString,
::rtl::Reference< OHierarchyElement_Impl > > OHierarchyElementList_Impl;
@@ -41,7 +41,7 @@ typedef std::unordered_map< OUString,
typedef ::std::vector< css::uno::WeakReference< css::embed::XExtendedStorageStream > >
OWeakStorRefVector_Impl;
struct OHierarchyElement_Impl : public cppu::WeakImplHelper< css::embed::XTransactionListener >
class OHierarchyElement_Impl : public cppu::WeakImplHelper< css::embed::XTransactionListener >
{
::osl::Mutex m_aMutex;