summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filstr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 08:36:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-30 08:44:42 +0200
commit4d8e3aa060ca3612c337b52db0df4548cba68873 (patch)
tree99e21aed91f0412453f9c4d6267e5e5afb7429df /ucb/source/ucp/file/filstr.hxx
parent6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (diff)
ucb: sal_Bool->bool
Change-Id: If79913653f22387ab6d5a376d9cf26751525168a
Diffstat (limited to 'ucb/source/ucp/file/filstr.hxx')
-rw-r--r--ucb/source/ucp/file/filstr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index ccfd3ae0ee7b..12968c9febe2 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -49,7 +49,7 @@ class XStream_impl : public cppu::WeakImplHelper6<
public:
- XStream_impl( shell* pMyShell,const OUString& aUncPath, sal_Bool bLock );
+ XStream_impl( shell* pMyShell,const OUString& aUncPath, bool bLock );
/**
* Returns an error code as given by filerror.hxx
@@ -181,7 +181,7 @@ class XStream_impl : public cppu::WeakImplHelper6<
shell* m_pMyShell;
com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider;
- sal_Bool m_nIsOpen;
+ bool m_nIsOpen;
ReconnectingFile m_aFile;