[Libreoffice-commits] core.git: package/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 28 09:21:56 UTC 2020
package/source/xstor/ohierarchyholder.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b8bf1e11c55c0422a6f83d91376b93564c9c0d11
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Sep 27 22:40:15 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 28 11:21:18 2020 +0200
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 at redhat.com>
diff --git a/package/source/xstor/ohierarchyholder.hxx b/package/source/xstor/ohierarchyholder.hxx
index 97637c1a9ab0..e124d545d9a2 100644
--- a/package/source/xstor/ohierarchyholder.hxx
+++ b/package/source/xstor/ohierarchyholder.hxx
@@ -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;
More information about the Libreoffice-commits
mailing list