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:
@@ -33,7 +33,7 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
struct OHierarchyElement_Impl;
|
class OHierarchyElement_Impl;
|
||||||
|
|
||||||
typedef std::unordered_map< OUString,
|
typedef std::unordered_map< OUString,
|
||||||
::rtl::Reference< OHierarchyElement_Impl > > OHierarchyElementList_Impl;
|
::rtl::Reference< OHierarchyElement_Impl > > OHierarchyElementList_Impl;
|
||||||
@@ -41,7 +41,7 @@ typedef std::unordered_map< OUString,
|
|||||||
typedef ::std::vector< css::uno::WeakReference< css::embed::XExtendedStorageStream > >
|
typedef ::std::vector< css::uno::WeakReference< css::embed::XExtendedStorageStream > >
|
||||||
OWeakStorRefVector_Impl;
|
OWeakStorRefVector_Impl;
|
||||||
|
|
||||||
struct OHierarchyElement_Impl : public cppu::WeakImplHelper< css::embed::XTransactionListener >
|
class OHierarchyElement_Impl : public cppu::WeakImplHelper< css::embed::XTransactionListener >
|
||||||
{
|
{
|
||||||
::osl::Mutex m_aMutex;
|
::osl::Mutex m_aMutex;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user