summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/inputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/inputstream.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/inputstream.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.hxx b/xmlhelp/source/cxxhelp/provider/inputstream.hxx
index 92801ba0daac..bbf91b098eb2 100644
--- a/xmlhelp/source/cxxhelp/provider/inputstream.hxx
+++ b/xmlhelp/source/cxxhelp/provider/inputstream.hxx
@@ -31,15 +31,13 @@
namespace chelp {
- // forward declaration
-
class XInputStream_impl
: public cppu::OWeakObject,
public com::sun::star::io::XInputStream,
public com::sun::star::io::XSeekable
{
- public:
+ public:
XInputStream_impl( const OUString& aUncPath );
virtual ~XInputStream_impl();
@@ -125,7 +123,6 @@ namespace chelp {
com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
private:
-
bool m_bIsOpen;
osl::File m_aFile;
};