summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage/xolesimplestorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/unoolestorage/xolesimplestorage.hxx')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index a2872778fb39..79251d9fdc3e 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -45,7 +45,7 @@ class OLESimpleStorage : public ::cppu::WeakImplHelper3
{
::osl::Mutex m_aMutex;
- sal_Bool m_bDisposed;
+ bool m_bDisposed;
::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xStream;
::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xTempStream;
@@ -55,7 +55,7 @@ class OLESimpleStorage : public ::cppu::WeakImplHelper3
::cppu::OInterfaceContainerHelper* m_pListenersContainer; // list of listeners
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
- sal_Bool m_bNoTemporaryCopy;
+ bool m_bNoTemporaryCopy;
void UpdateOriginal_Impl();