summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
Diffstat (limited to 'package/source')
-rw-r--r--package/source/xstor/ohierarchyholder.hxx4
1 files changed, 2 insertions, 2 deletions
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;