diff options
Diffstat (limited to 'ucb/source/ucp/file/filinpstr.hxx')
-rw-r--r-- | ucb/source/ucp/file/filinpstr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filinpstr.hxx b/ucb/source/ucp/file/filinpstr.hxx index da99a448043d..5acb3bc05cd7 100644 --- a/ucb/source/ucp/file/filinpstr.hxx +++ b/ucb/source/ucp/file/filinpstr.hxx @@ -45,7 +45,7 @@ namespace fileaccess { { public: - XInputStream_impl( shell* pMyShell,const OUString& aUncPath, sal_Bool bLock ); + XInputStream_impl( shell* pMyShell,const OUString& aUncPath, bool bLock ); virtual ~XInputStream_impl(); @@ -142,7 +142,7 @@ namespace fileaccess { com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider; - sal_Bool m_nIsOpen; + bool m_nIsOpen; ReconnectingFile m_aFile; |