summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/oslfile2streamwrap.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-18 08:56:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-19 21:11:01 +0000
commit705e5fe94769415cfca60c73eebb8232464645b2 (patch)
tree9934c6afc11c237b1bc4627d813925c8985940cd /comphelper/inc/comphelper/oslfile2streamwrap.hxx
parentfd094baaf79e391f99da9c8259b13144e8de7847 (diff)
callcatcher: remove some unused code
Diffstat (limited to 'comphelper/inc/comphelper/oslfile2streamwrap.hxx')
-rw-r--r--comphelper/inc/comphelper/oslfile2streamwrap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/oslfile2streamwrap.hxx b/comphelper/inc/comphelper/oslfile2streamwrap.hxx
index d62ca3db4108..e817be98d456 100644
--- a/comphelper/inc/comphelper/oslfile2streamwrap.hxx
+++ b/comphelper/inc/comphelper/oslfile2streamwrap.hxx
@@ -48,11 +48,9 @@ class COMPHELPER_DLLPUBLIC OSLInputStreamWrapper : public ::cppu::WeakImplHelper
{
::osl::Mutex m_aMutex;
::osl::File* m_pFile;
- sal_Bool m_bFileOwner : 1;
public:
OSLInputStreamWrapper(::osl::File& _rStream);
- OSLInputStreamWrapper(::osl::File* pStream, sal_Bool bOwner=sal_False);
virtual ~OSLInputStreamWrapper();
// stario::XInputStream