summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/inputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/inputstream.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/inputstream.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.cxx b/xmlhelp/source/cxxhelp/provider/inputstream.cxx
index af845caacb2f..36b902768100 100644
--- a/xmlhelp/source/cxxhelp/provider/inputstream.cxx
+++ b/xmlhelp/source/cxxhelp/provider/inputstream.cxx
@@ -28,7 +28,6 @@ using namespace com::sun::star;
using namespace com::sun::star::ucb;
-
XInputStream_impl::XInputStream_impl( const OUString& aUncPath )
: m_bIsOpen( false ),
m_aFile( aUncPath )
@@ -73,7 +72,6 @@ XInputStream_impl::release(
}
-
sal_Int32 SAL_CALL
XInputStream_impl::readBytes(
uno::Sequence< sal_Int8 >& aData,